Html Css Color HEX #0224AA International Klein Blue

📋 copy color: '#0224AA'

red 2 ◦ green 36 ◦ blue 170

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

Shades of International Klein Blue #0224AA

Tints of International Klein Blue #0224AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 81.73%

R = 0.96%
G = 17.31%
B = 81.73%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0224AA (or 0x0224AA) is known color: International Klein Blue. HEX triplet: 02, 24 and AA. RGB value is (2,36,170). Sum of RGB (Red+Green+Blue) = 2+36+170=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #0224AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0224AA is #FDDB55. Grayscale: #282828. Windows color (decimal): -16636758 or 11150338. OLE color: 11150338.

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

Color convert

RGB 2 36 170 -
CMYK 0.99 0.79 0 0.33
HSL 227.86º 0.98% 0.34% -
HSV(B) 227.86º 0.99% 0.67% -
XYZ 7.91 4.18 38.42 -
YUV 41.11 200.74 100.1 -
System Red Green Blue C M Y K H S L
Decimal 2 36 170 0.99 0.79 0 0.33 227.86 0.98 0.34
Hex 2 24 AA 63 4F 0 21 E4 62 22
Octal 2 44 252 143 117 0 41 344 142 42
Binary 10 100100 10101010 1100011 1001111 0 100001 11100100 1100010 100010

Color Harmonies of #0224AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0224AA

Black with #0224AA

Text Example


Text Example

White with #0224AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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