#0229B1

Color #0229B1 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0229B1

Tints of International Klein Blue #0229B1

Color information

#0229B1 (or 0x0229B1) is unknown color: approx International Klein Blue. HEX triplet: 02, 29 and B1. RGB value is (2,41,177). Sum of RGB (Red+Green+Blue) = 2+41+177=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 177 (69.53% from 255 or 80.45% from 220); Max value from RGB is 177 - color contains mainly: blue. Hex color #0229B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0229B1 is #FDD64E. Grayscale: #2C2C2C. Windows color (decimal): -16635471 or 11610370. OLE color: 11610370.

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

Color convert

RGB241177-
CMYK0.990.7700.31
HSL226.63º97.77%35.1%-
HSV(B)226.63º98.87%69.41%-
XYZ8.754.7742.05-
YUV44.84202.5897.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 177 (69.53% from 255) = 80.45%
R=0.91%
G=18.64%
B=80.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2411770.990.7700.31226.6397.7735.1
Hex229B1634D01Fe36223
Octal25126114311503734314243
Binary101010011011000111000111001101011111111000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0229B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0229B1;
 }
 .AnyTagClassName
 {
   color: #0229B1;
 }
</style>
background-color css

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

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

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

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

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

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