Html Css Color HEX #022CB5 International Klein Blue

📋 copy color: '#022CB5'

red 2 ◦ green 44 ◦ blue 181

#022CB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #022CB5

Tints of International Klein Blue #022CB5

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 44 (17.58% from 255) = 19.38%

 BLUE value IS 181 (71.09% from 255) = 79.74%

R = 0.88%
G = 19.38%
B = 79.74%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#022CB5 (or 0x022CB5) is known color: International Klein Blue. HEX triplet: 02, 2C and B5. RGB value is (2,44,181). Sum of RGB (Red+Green+Blue) = 2+44+181=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 181 (71.09% from 255 or 79.74% from 227); Max value from RGB is 181 - color contains mainly: blue. Hex color #022CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CB5 is #FDD34A. Grayscale: #2E2E2E. Windows color (decimal): -16634699 or 11873282. OLE color: 11873282.

HSL color Cylindrical-coordinate representation of color #022CB5: hue angle of 225.92º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CB5 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 44 181 -
CMYK 0.99 0.76 0 0.29
HSL 225.92º 0.98% 0.36% -
HSV(B) 225.92º 0.99% 0.71% -
XYZ 9.27 5.15 44.22 -
YUV 47.06 203.59 95.86 -
System Red Green Blue C M Y K H S L
Decimal 2 44 181 0.99 0.76 0 0.29 225.92 0.98 0.36
Hex 2 2C B5 63 4C 0 1D E2 62 24
Octal 2 54 265 143 114 0 35 342 142 44
Binary 10 101100 10110101 1100011 1001100 0 11101 11100010 1100010 100100

Color Harmonies of #022CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CB5

Black with #022CB5

Text Example


Text Example

White with #022CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022CB5; }

 p { color: rgb(2,44,181); }

 H1.HeaderClassName
 {
   color: #022CB5;
 }
 .AnyTagClassName
 {
   color: #022CB5;
 }
</style>

background-color css

<style>
 a { background-color: #022CB5; }

 a { background-color: rgb(2,44,181); }

 div.DivClassName
 {
   background-color: #022CB5;
 }
 .BgClassName
 {
   background-color: #022CB5;
 }
</style>

border-color css

<style>
 span { border-color: #022CB5; }

 span { border-color: rgb(2,44,181); }

 td.TdClassName
 {
   border-color: #022CB5;
 }
 .TagClassName
 {
   border-color: #022CB5;
 }
</style>