Html Css Color HEX #0218A9 International Klein Blue

📋 copy color: '#0218A9'

red 2 ◦ green 24 ◦ blue 169

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

Shades of International Klein Blue #0218A9

Tints of International Klein Blue #0218A9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 1.03%
G = 12.31%
B = 86.67%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0218A9 (or 0x0218A9) is known color: International Klein Blue. HEX triplet: 02, 18 and A9. RGB value is (2,24,169). Sum of RGB (Red+Green+Blue) = 2+24+169=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 169 (66.41% from 255 or 86.67% from 195); Max value from RGB is 169 - color contains mainly: blue. Hex color #0218A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0218A9 is #FDE756. Grayscale: #212121. Windows color (decimal): -16639831 or 11081730. OLE color: 11081730.

HSL color Cylindrical-coordinate representation of color #0218A9: hue angle of 232.1º 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 #0218A9 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 24 169 -
CMYK 0.99 0.86 0 0.34
HSL 232.1º 0.98% 0.34% -
HSV(B) 232.1º 0.99% 0.66% -
XYZ 7.51 3.53 37.82 -
YUV 33.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 2 24 169 0.99 0.86 0 0.34 232.1 0.98 0.34
Hex 2 18 A9 63 56 0 22 E8 62 22
Octal 2 30 251 143 126 0 42 350 142 42
Binary 10 11000 10101001 1100011 1010110 0 100010 11101000 1100010 100010

Color Harmonies of #0218A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0218A9

Black with #0218A9

Text Example


Text Example

White with #0218A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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