#08249B

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

Shades of International Klein Blue #08249B

Tints of International Klein Blue #08249B

Color information

#08249B (or 0x08249B) is unknown color: approx International Klein Blue. HEX triplet: 08, 24 and 9B. RGB value is (8,36,155). Sum of RGB (Red+Green+Blue) = 8+36+155=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #08249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08249B is #F7DB64. Grayscale: #282828. Windows color (decimal): -16243557 or 10167304. OLE color: 10167304.

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

Color convert

RGB836155-
CMYK0.950.7700.39
HSL228.57º90.18%31.96%-
HSV(B)228.57º94.84%60.78%-
XYZ6.653.6831.37-
YUV41.19192.22104.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 155 (60.94% from 255) = 77.89%
R=4.02%
G=18.09%
B=77.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8361550.950.7700.39228.5790.1831.96
Hex8249B5F4D027e55a20
Octal104423313711504734513240
Binary100010010010011011101111110011010100111111001011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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