Html Css Color HEX #022BAB International Klein Blue

📋 copy color: '#022BAB'

red 2 ◦ green 43 ◦ blue 171

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

Shades of International Klein Blue #022BAB

Tints of International Klein Blue #022BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.91%

 BLUE value IS 171 (67.19% from 255) = 79.17%

R = 0.93%
G = 19.91%
B = 79.17%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#022BAB (or 0x022BAB) is known color: International Klein Blue. HEX triplet: 02, 2B and AB. RGB value is (2,43,171). Sum of RGB (Red+Green+Blue) = 2+43+171=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #022BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022BAB is #FDD454. Grayscale: #2C2C2C. Windows color (decimal): -16634965 or 11217666. OLE color: 11217666.

HSL color Cylindrical-coordinate representation of color #022BAB: hue angle of 225.44º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BAB is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 43 171 -
CMYK 0.99 0.75 0 0.33
HSL 225.44º 0.98% 0.34% -
HSV(B) 225.44º 0.99% 0.67% -
XYZ 8.24 4.68 39 -
YUV 45.33 198.92 97.09 -
System Red Green Blue C M Y K H S L
Decimal 2 43 171 0.99 0.75 0 0.33 225.44 0.98 0.34
Hex 2 2B AB 63 4B 0 21 E1 62 22
Octal 2 53 253 143 113 0 41 341 142 42
Binary 10 101011 10101011 1100011 1001011 0 100001 11100001 1100010 100010

Color Harmonies of #022BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BAB

Black with #022BAB

Text Example


Text Example

White with #022BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,43,171); }

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

background-color css

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

 a { background-color: rgb(2,43,171); }

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

border-color css

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

 span { border-color: rgb(2,43,171); }

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