Html Css Color HEX #0229A6 International Klein Blue

📋 copy color: '#0229A6'

red 2 ◦ green 41 ◦ blue 166

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

Shades of International Klein Blue #0229A6

Tints of International Klein Blue #0229A6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 166 (65.23% from 255) = 79.43%

R = 0.96%
G = 19.62%
B = 79.43%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0229A6 (or 0x0229A6) is known color: International Klein Blue. HEX triplet: 02, 29 and A6. RGB value is (2,41,166). Sum of RGB (Red+Green+Blue) = 2+41+166=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 166 (65.23% from 255 or 79.43% from 209); Max value from RGB is 166 - color contains mainly: blue. Hex color #0229A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0229A6 is #FDD659. Grayscale: #2B2B2B. Windows color (decimal): -16635482 or 10889474. OLE color: 10889474.

HSL color Cylindrical-coordinate representation of color #0229A6: hue angle of 225.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229A6 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 41 166 -
CMYK 0.99 0.75 0 0.35
HSL 225.73º 0.98% 0.33% -
HSV(B) 225.73º 0.99% 0.65% -
XYZ 7.7 4.35 36.51 -
YUV 43.59 197.08 98.34 -
System Red Green Blue C M Y K H S L
Decimal 2 41 166 0.99 0.75 0 0.35 225.73 0.98 0.33
Hex 2 29 A6 63 4B 0 23 E2 62 21
Octal 2 51 246 143 113 0 43 342 142 41
Binary 10 101001 10100110 1100011 1001011 0 100011 11100010 1100010 100001

Color Harmonies of #0229A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0229A6

Black with #0229A6

Text Example


Text Example

White with #0229A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0229A6; }

 p { color: rgb(2,41,166); }

 H1.HeaderClassName
 {
   color: #0229A6;
 }
 .AnyTagClassName
 {
   color: #0229A6;
 }
</style>

background-color css

<style>
 a { background-color: #0229A6; }

 a { background-color: rgb(2,41,166); }

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

border-color css

<style>
 span { border-color: #0229A6; }

 span { border-color: rgb(2,41,166); }

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