#02239F

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

Shades of International Klein Blue #02239F

Tints of International Klein Blue #02239F

Color information

#02239F (or 0x02239F) is unknown color: approx International Klein Blue. HEX triplet: 02, 23 and 9F. RGB value is (2,35,159). Sum of RGB (Red+Green+Blue) = 2+35+159=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #02239F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02239F is #FDDC60. Grayscale: #262626. Windows color (decimal): -16637025 or 10429186. OLE color: 10429186.

HSL color Cylindrical-coordinate representation of color #02239F: hue angle of 227.39º 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 #02239F is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB235159-
CMYK0.990.7800.38
HSL227.39º97.52%31.57%-
HSV(B)227.39º98.74%62.35%-
XYZ6.883.7233.16-
YUV39.27195.57101.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 159 (62.5% from 255) = 81.12%
R=1.02%
G=17.86%
B=81.12%

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
Decimal2351590.990.7800.38227.3997.5231.57
Hex2239F634E026e36220
Octal24323714311604634314240
Binary1010001110011111110001110011100100110111000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02239F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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