Html Css Color HEX #0229BA International Klein Blue

📋 copy color: '#0229BA'

red 2 ◦ green 41 ◦ blue 186

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

Shades of International Klein Blue #0229BA

Tints of International Klein Blue #0229BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 81.22%

R = 0.87%
G = 17.9%
B = 81.22%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0229BA (or 0x0229BA) is known color: International Klein Blue. HEX triplet: 02, 29 and BA. RGB value is (2,41,186). Sum of RGB (Red+Green+Blue) = 2+41+186=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #0229BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0229BA is #FDD645. Grayscale: #2D2D2D. Windows color (decimal): -16635462 or 12200194. OLE color: 12200194.

HSL color Cylindrical-coordinate representation of color #0229BA: hue angle of 227.28º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229BA is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 41 186 -
CMYK 0.99 0.78 0 0.27
HSL 227.28º 0.98% 0.37% -
HSV(B) 227.28º 0.99% 0.73% -
XYZ 9.68 5.14 46.94 -
YUV 45.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 2 41 186 0.99 0.78 0 0.27 227.28 0.98 0.37
Hex 2 29 BA 63 4E 0 1B E3 62 25
Octal 2 51 272 143 116 0 33 343 142 45
Binary 10 101001 10111010 1100011 1001110 0 11011 11100011 1100010 100101

Color Harmonies of #0229BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0229BA

Black with #0229BA

Text Example


Text Example

White with #0229BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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