#0A249F

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

Shades of International Klein Blue #0A249F

Tints of International Klein Blue #0A249F

Color information

#0A249F (or 0x0A249F) is unknown color: approx International Klein Blue. HEX triplet: 0A, 24 and 9F. RGB value is (10,36,159). Sum of RGB (Red+Green+Blue) = 10+36+159=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A249F is #F5DB60. Grayscale: #292929. Windows color (decimal): -16112481 or 10429450. OLE color: 10429450.

HSL color Cylindrical-coordinate representation of color #0A249F: hue angle of 229.53º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A249F is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1036159-
CMYK0.940.7700.38
HSL229.53º88.17%33.14%-
HSV(B)229.53º93.71%62.35%-
XYZ7.013.8333.17-
YUV42.25193.89105-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 159 (62.5% from 255) = 77.56%
R=4.88%
G=17.56%
B=77.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10361590.940.7700.38229.5388.1733.14
HexA249F5E4D026e65821
Octal124423713611504634613041
Binary101010010010011111101111010011010100110111001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A249F; }

 p { color: rgb(10,36,159); }

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

<style>
 a { background-color: #0A249F; }

 a { background-color: rgb(10,36,159); }

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

<style>
 span { border-color: #0A249F; }

 span { border-color: rgb(10,36,159); }

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