Html Css Color HEX #0229AB International Klein Blue

📋 copy color: '#0229AB'

red 2 ◦ green 41 ◦ blue 171

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

Shades of International Klein Blue #0229AB

Tints of International Klein Blue #0229AB

RGB

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

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

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

R = 0.93%
G = 19.16%
B = 79.91%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0229AB (or 0x0229AB) is known color: International Klein Blue. HEX triplet: 02, 29 and AB. RGB value is (2,41,171). Sum of RGB (Red+Green+Blue) = 2+41+171=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #0229AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0229AB is #FDD654. Grayscale: #2B2B2B. Windows color (decimal): -16635477 or 11217154. OLE color: 11217154.

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

Color convert

RGB 2 41 171 -
CMYK 0.99 0.76 0 0.33
HSL 226.15º 0.98% 0.34% -
HSV(B) 226.15º 0.99% 0.67% -
XYZ 8.17 4.54 38.97 -
YUV 44.16 199.58 97.93 -
System Red Green Blue C M Y K H S L
Decimal 2 41 171 0.99 0.76 0 0.33 226.15 0.98 0.34
Hex 2 29 AB 63 4C 0 21 E2 62 22
Octal 2 51 253 143 114 0 41 342 142 42
Binary 10 101001 10101011 1100011 1001100 0 100001 11100010 1100010 100010

Color Harmonies of #0229AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0229AB

Black with #0229AB

Text Example


Text Example

White with #0229AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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