#02259F

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

Shades of International Klein Blue #02259F

Tints of International Klein Blue #02259F

Color information

#02259F (or 0x02259F) is unknown color: approx International Klein Blue. HEX triplet: 02, 25 and 9F. RGB value is (2,37,159). Sum of RGB (Red+Green+Blue) = 2+37+159=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 159 (62.5% from 255 or 80.30% from 198); Max value from RGB is 159 - color contains mainly: blue. Hex color #02259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02259F is #FDDA60. Grayscale: #272727. Windows color (decimal): -16636513 or 10429698. OLE color: 10429698.

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

Color convert

RGB237159-
CMYK0.990.7700.38
HSL226.62º97.52%31.57%-
HSV(B)226.62º98.74%62.35%-
XYZ6.943.8433.18-
YUV40.44194.9100.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 159 (62.5% from 255) = 80.30%
R=1.01%
G=18.69%
B=80.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2371590.990.7700.38226.6297.5231.57
Hex2259F634D026e36220
Octal24523714311504634314240
Binary1010010110011111110001110011010100110111000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02259F; }

 p { color: rgb(2,37,159); }

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

<style>
 a { background-color: #02259F; }

 a { background-color: rgb(2,37,159); }

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

<style>
 span { border-color: #02259F; }

 span { border-color: rgb(2,37,159); }

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