#02229A

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

Shades of International Klein Blue #02229A

Tints of International Klein Blue #02229A

Color information

#02229A (or 0x02229A) is unknown color: approx International Klein Blue. HEX triplet: 02, 22 and 9A. RGB value is (2,34,154). Sum of RGB (Red+Green+Blue) = 2+34+154=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #02229A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02229A is #FDDD65. Grayscale: #252525. Windows color (decimal): -16637286 or 10101250. OLE color: 10101250.

HSL color Cylindrical-coordinate representation of color #02229A: hue angle of 227.37º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02229A is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB234154-
CMYK0.990.7800.40
HSL227.37º97.44%30.59%-
HSV(B)227.37º98.7%60.39%-
XYZ6.433.4930.91-
YUV38.11193.4102.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 154 (60.55% from 255) = 81.05%
R=1.05%
G=17.89%
B=81.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2341540.990.7800.40227.3797.4430.59
Hex2229A634E028e3611f
Octal24223214311605034314137
Binary101000101001101011000111001110010100011100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02229A; }

 p { color: rgb(2,34,154); }

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

<style>
 a { background-color: #02229A; }

 a { background-color: rgb(2,34,154); }

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

<style>
 span { border-color: #02229A; }

 span { border-color: rgb(2,34,154); }

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