#09249B

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

Shades of International Klein Blue #09249B

Tints of International Klein Blue #09249B

Color information

#09249B (or 0x09249B) is unknown color: approx International Klein Blue. HEX triplet: 09, 24 and 9B. RGB value is (9,36,155). Sum of RGB (Red+Green+Blue) = 9+36+155=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #09249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09249B is #F6DB64. Grayscale: #282828. Windows color (decimal): -16178021 or 10167305. OLE color: 10167305.

HSL color Cylindrical-coordinate representation of color #09249B: hue angle of 228.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09249B is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB936155-
CMYK0.940.7700.39
HSL228.9º89.02%32.16%-
HSV(B)228.9º94.19%60.78%-
XYZ6.663.6931.37-
YUV41.49192.05104.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 155 (60.94% from 255) = 77.5%
R=4.5%
G=18%
B=77.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9361550.940.7700.39228.989.0232.16
Hex9249B5E4D027e55920
Octal114423313611504734513140
Binary100110010010011011101111010011010100111111001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09249B; }

 p { color: rgb(9,36,155); }

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

<style>
 a { background-color: #09249B; }

 a { background-color: rgb(9,36,155); }

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

<style>
 span { border-color: #09249B; }

 span { border-color: rgb(9,36,155); }

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