Html Css Color HEX #0224A9 International Klein Blue

📋 copy color: '#0224A9'

red 2 ◦ green 36 ◦ blue 169

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

Shades of International Klein Blue #0224A9

Tints of International Klein Blue #0224A9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 169 (66.41% from 255) = 81.64%

R = 0.97%
G = 17.39%
B = 81.64%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0224A9 (or 0x0224A9) is known color: International Klein Blue. HEX triplet: 02, 24 and A9. RGB value is (2,36,169). Sum of RGB (Red+Green+Blue) = 2+36+169=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 169 (66.41% from 255 or 81.64% from 207); Max value from RGB is 169 - color contains mainly: blue. Hex color #0224A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0224A9 is #FDDB56. Grayscale: #282828. Windows color (decimal): -16636759 or 11084802. OLE color: 11084802.

HSL color Cylindrical-coordinate representation of color #0224A9: hue angle of 227.78º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224A9 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 36 169 -
CMYK 0.99 0.79 0 0.34
HSL 227.78º 0.98% 0.34% -
HSV(B) 227.78º 0.99% 0.66% -
XYZ 7.82 4.14 37.92 -
YUV 41 200.24 100.19 -
System Red Green Blue C M Y K H S L
Decimal 2 36 169 0.99 0.79 0 0.34 227.78 0.98 0.34
Hex 2 24 A9 63 4F 0 22 E4 62 22
Octal 2 44 251 143 117 0 42 344 142 42
Binary 10 100100 10101001 1100011 1001111 0 100010 11100100 1100010 100010

Color Harmonies of #0224A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0224A9

Black with #0224A9

Text Example


Text Example

White with #0224A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0224A9; }

 p { color: rgb(2,36,169); }

 H1.HeaderClassName
 {
   color: #0224A9;
 }
 .AnyTagClassName
 {
   color: #0224A9;
 }
</style>

background-color css

<style>
 a { background-color: #0224A9; }

 a { background-color: rgb(2,36,169); }

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

border-color css

<style>
 span { border-color: #0224A9; }

 span { border-color: rgb(2,36,169); }

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