Html Css Color HEX #0226A9 International Klein Blue

📋 copy color: '#0226A9'

red 2 ◦ green 38 ◦ blue 169

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

Shades of International Klein Blue #0226A9

Tints of International Klein Blue #0226A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 0.96%
G = 18.18%
B = 80.86%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0226A9 (or 0x0226A9) is known color: International Klein Blue. HEX triplet: 02, 26 and A9. RGB value is (2,38,169). Sum of RGB (Red+Green+Blue) = 2+38+169=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 169 (66.41% from 255 or 80.86% from 209); Max value from RGB is 169 - color contains mainly: blue. Hex color #0226A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0226A9 is #FDD956. Grayscale: #292929. Windows color (decimal): -16636247 or 11085314. OLE color: 11085314.

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

Color convert

RGB 2 38 169 -
CMYK 0.99 0.78 0 0.34
HSL 227.07º 0.98% 0.34% -
HSV(B) 227.07º 0.99% 0.66% -
XYZ 7.88 4.26 37.94 -
YUV 42.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 2 38 169 0.99 0.78 0 0.34 227.07 0.98 0.34
Hex 2 26 A9 63 4E 0 22 E3 62 22
Octal 2 46 251 143 116 0 42 343 142 42
Binary 10 100110 10101001 1100011 1001110 0 100010 11100011 1100010 100010

Color Harmonies of #0226A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0226A9

Black with #0226A9

Text Example


Text Example

White with #0226A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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