#02229E

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

Shades of International Klein Blue #02229E

Tints of International Klein Blue #02229E

Color information

#02229E (or 0x02229E) is unknown color: approx International Klein Blue. HEX triplet: 02, 22 and 9E. RGB value is (2,34,158). Sum of RGB (Red+Green+Blue) = 2+34+158=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 158 (62.11% from 255 or 81.44% from 194); Max value from RGB is 158 - color contains mainly: blue. Hex color #02229E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02229E is #FDDD61. Grayscale: #262626. Windows color (decimal): -16637282 or 10363394. OLE color: 10363394.

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

Color convert

RGB234158-
CMYK0.990.7800.38
HSL227.69º97.5%31.37%-
HSV(B)227.69º98.73%61.96%-
XYZ6.773.6332.69-
YUV38.57195.4101.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 158 (62.11% from 255) = 81.44%
R=1.03%
G=17.53%
B=81.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2341580.990.7800.38227.6997.531.37
Hex2229E634E026e4621f
Octal24223614311604634414237
Binary101000101001111011000111001110010011011100100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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