Html Css Color HEX #0224AB International Klein Blue

📋 copy color: '#0224AB'

red 2 ◦ green 36 ◦ blue 171

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

Shades of International Klein Blue #0224AB

Tints of International Klein Blue #0224AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 81.82%

R = 0.96%
G = 17.22%
B = 81.82%

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

#0224AB (or 0x0224AB) is known color: International Klein Blue. HEX triplet: 02, 24 and AB. RGB value is (2,36,171). Sum of RGB (Red+Green+Blue) = 2+36+171=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #0224AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0224AB is #FDDB54. Grayscale: #282828. Windows color (decimal): -16636757 or 11215874. OLE color: 11215874.

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

Color convert

RGB 2 36 171 -
CMYK 0.99 0.79 0 0.33
HSL 227.93º 0.98% 0.34% -
HSV(B) 227.93º 0.99% 0.67% -
XYZ 8.01 4.21 38.92 -
YUV 41.22 201.24 100.02 -
System Red Green Blue C M Y K H S L
Decimal 2 36 171 0.99 0.79 0 0.33 227.93 0.98 0.34
Hex 2 24 AB 63 4F 0 21 E4 62 22
Octal 2 44 253 143 117 0 41 344 142 42
Binary 10 100100 10101011 1100011 1001111 0 100001 11100100 1100010 100010

Color Harmonies of #0224AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0224AB

Black with #0224AB

Text Example


Text Example

White with #0224AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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