#08369B

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

Shades of Smalt #08369B

Tints of Smalt #08369B

Color information

#08369B (or 0x08369B) is unknown color: approx Smalt. HEX triplet: 08, 36 and 9B. RGB value is (8,54,155). Sum of RGB (Red+Green+Blue) = 8+54+155=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #08369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08369B is #F7C964. Grayscale: #333333. Windows color (decimal): -16238949 or 10171912. OLE color: 10171912.

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

Color convert

RGB854155-
CMYK0.950.6500.39
HSL221.22º90.18%31.96%-
HSV(B)221.22º94.84%60.78%-
XYZ7.345.0631.6-
YUV51.76186.2696.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 155 (60.94% from 255) = 71.43%
R=3.69%
G=24.88%
B=71.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8541550.950.6500.39221.2290.1831.96
Hex8369B5F41027dd5a20
Octal106623313710104733513240
Binary100011011010011011101111110000010100111110111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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