Html Css Color HEX #022D9F International Klein Blue

📋 copy color: '#022D9F'

red 2 ◦ green 45 ◦ blue 159

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

Shades of International Klein Blue #022D9F

Tints of International Klein Blue #022D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 77.18%

R = 0.97%
G = 21.84%
B = 77.18%

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

#022D9F (or 0x022D9F) is known color: International Klein Blue. HEX triplet: 02, 2D and 9F. RGB value is (2,45,159). Sum of RGB (Red+Green+Blue) = 2+45+159=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #022D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D9F is #FDD260. Grayscale: #2C2C2C. Windows color (decimal): -16634465 or 10431746. OLE color: 10431746.

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

Color convert

RGB 2 45 159 -
CMYK 0.99 0.72 0 0.38
HSL 223.57º 0.98% 0.32% -
HSV(B) 223.57º 0.99% 0.62% -
XYZ 7.22 4.39 33.27 -
YUV 45.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 2 45 159 0.99 0.72 0 0.38 223.57 0.98 0.32
Hex 2 2D 9F 63 48 0 26 E0 62 20
Octal 2 55 237 143 110 0 46 340 142 40
Binary 10 101101 10011111 1100011 1001000 0 100110 11100000 1100010 100000

Color Harmonies of #022D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D9F

Black with #022D9F

Text Example


Text Example

White with #022D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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