#08359B

Color #08359B Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #08359B

Tints of Smalt #08359B

Color information

#08359B (or 0x08359B) is unknown color: approx Smalt. HEX triplet: 08, 35 and 9B. RGB value is (8,53,155). Sum of RGB (Red+Green+Blue) = 8+53+155=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #08359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08359B is #F7CA64. Grayscale: #323232. Windows color (decimal): -16239205 or 10171656. OLE color: 10171656.

HSL color Cylindrical-coordinate representation of color #08359B: hue angle of 221.63º 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 #08359B is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB853155-
CMYK0.950.6600.39
HSL221.63º90.18%31.96%-
HSV(B)221.63º94.84%60.78%-
XYZ7.294.9631.58-
YUV51.17186.5997.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.70%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 155 (60.94% from 255) = 71.76%
R=3.70%
G=24.54%
B=71.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8531550.950.6600.39221.6390.1831.96
Hex8359B5F42027de5a20
Octal106523313710204733613240
Binary100011010110011011101111110000100100111110111101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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