Html Css Color HEX #022DAF International Klein Blue

📋 copy color: '#022DAF'

red 2 ◦ green 45 ◦ blue 175

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

Shades of International Klein Blue #022DAF

Tints of International Klein Blue #022DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

 BLUE value IS 175 (68.75% from 255) = 78.83%

R = 0.9%
G = 20.27%
B = 78.83%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#022DAF (or 0x022DAF) is known color: International Klein Blue. HEX triplet: 02, 2D and AF. RGB value is (2,45,175). Sum of RGB (Red+Green+Blue) = 2+45+175=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #022DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DAF is #FDD250. Grayscale: #2E2E2E. Windows color (decimal): -16634449 or 11480322. OLE color: 11480322.

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

Color convert

RGB 2 45 175 -
CMYK 0.99 0.74 0 0.31
HSL 225.09º 0.98% 0.35% -
HSV(B) 225.09º 0.99% 0.69% -
XYZ 8.7 4.98 41.06 -
YUV 46.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 2 45 175 0.99 0.74 0 0.31 225.09 0.98 0.35
Hex 2 2D AF 63 4A 0 1F E1 62 23
Octal 2 55 257 143 112 0 37 341 142 43
Binary 10 101101 10101111 1100011 1001010 0 11111 11100001 1100010 100011

Color Harmonies of #022DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DAF

Black with #022DAF

Text Example


Text Example

White with #022DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,45,175); }

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

background-color css

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

 a { background-color: rgb(2,45,175); }

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

border-color css

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

 span { border-color: rgb(2,45,175); }

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