Html Css Color HEX #0226AA International Klein Blue

📋 copy color: '#0226AA'

red 2 ◦ green 38 ◦ blue 170

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

Shades of International Klein Blue #0226AA

Tints of International Klein Blue #0226AA

RGB

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

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

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

R = 0.95%
G = 18.1%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0226AA (or 0x0226AA) is known color: International Klein Blue. HEX triplet: 02, 26 and AA. RGB value is (2,38,170). Sum of RGB (Red+Green+Blue) = 2+38+170=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #0226AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0226AA is #FDD955. Grayscale: #292929. Windows color (decimal): -16636246 or 11150850. OLE color: 11150850.

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

Color convert

RGB 2 38 170 -
CMYK 0.99 0.78 0 0.33
HSL 227.14º 0.98% 0.34% -
HSV(B) 227.14º 0.99% 0.67% -
XYZ 7.97 4.3 38.44 -
YUV 42.28 200.07 99.27 -
System Red Green Blue C M Y K H S L
Decimal 2 38 170 0.99 0.78 0 0.33 227.14 0.98 0.34
Hex 2 26 AA 63 4E 0 21 E3 62 22
Octal 2 46 252 143 116 0 41 343 142 42
Binary 10 100110 10101010 1100011 1001110 0 100001 11100011 1100010 100010

Color Harmonies of #0226AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0226AA

Black with #0226AA

Text Example


Text Example

White with #0226AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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