Html Css Color HEX #022CAB International Klein Blue

📋 copy color: '#022CAB'

red 2 ◦ green 44 ◦ blue 171

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

Shades of International Klein Blue #022CAB

Tints of International Klein Blue #022CAB

RGB

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

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

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

R = 0.92%
G = 20.28%
B = 78.8%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#022CAB (or 0x022CAB) is known color: International Klein Blue. HEX triplet: 02, 2C and AB. RGB value is (2,44,171). Sum of RGB (Red+Green+Blue) = 2+44+171=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #022CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022CAB is #FDD354. Grayscale: #2D2D2D. Windows color (decimal): -16634709 or 11217922. OLE color: 11217922.

HSL color Cylindrical-coordinate representation of color #022CAB: hue angle of 225.09º 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 #022CAB is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 44 171 -
CMYK 0.99 0.74 0 0.33
HSL 225.09º 0.98% 0.34% -
HSV(B) 225.09º 0.99% 0.67% -
XYZ 8.28 4.75 39.01 -
YUV 45.92 198.59 96.67 -
System Red Green Blue C M Y K H S L
Decimal 2 44 171 0.99 0.74 0 0.33 225.09 0.98 0.34
Hex 2 2C AB 63 4A 0 21 E1 62 22
Octal 2 54 253 143 112 0 41 341 142 42
Binary 10 101100 10101011 1100011 1001010 0 100001 11100001 1100010 100010

Color Harmonies of #022CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CAB

Black with #022CAB

Text Example


Text Example

White with #022CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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