Html Css Color HEX #022C9E International Klein Blue

📋 copy color: '#022C9E'

red 2 ◦ green 44 ◦ blue 158

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

Shades of International Klein Blue #022C9E

Tints of International Klein Blue #022C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 77.45%

R = 0.98%
G = 21.57%
B = 77.45%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#022C9E (or 0x022C9E) is known color: International Klein Blue. HEX triplet: 02, 2C and 9E. RGB value is (2,44,158). Sum of RGB (Red+Green+Blue) = 2+44+158=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #022C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C9E is #FDD361. Grayscale: #2B2B2B. Windows color (decimal): -16634722 or 10365954. OLE color: 10365954.

HSL color Cylindrical-coordinate representation of color #022C9E: hue angle of 223.85º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022C9E is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 44 158 -
CMYK 0.99 0.72 0 0.38
HSL 223.85º 0.98% 0.31% -
HSV(B) 223.85º 0.99% 0.62% -
XYZ 7.1 4.28 32.8 -
YUV 44.44 192.09 97.73 -
System Red Green Blue C M Y K H S L
Decimal 2 44 158 0.99 0.72 0 0.38 223.85 0.98 0.31
Hex 2 2C 9E 63 48 0 26 E0 62 1F
Octal 2 54 236 143 110 0 46 340 142 37
Binary 10 101100 10011110 1100011 1001000 0 100110 11100000 1100010 11111

Color Harmonies of #022C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C9E

Black with #022C9E

Text Example


Text Example

White with #022C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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