#08309A

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

Shades of Smalt #08309A

Tints of Smalt #08309A

Color information

#08309A (or 0x08309A) is unknown color: approx Smalt. HEX triplet: 08, 30 and 9A. RGB value is (8,48,154). Sum of RGB (Red+Green+Blue) = 8+48+154=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #08309A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08309A is #F7CF65. Grayscale: #2F2F2F. Windows color (decimal): -16240486 or 10104840. OLE color: 10104840.

HSL color Cylindrical-coordinate representation of color #08309A: hue angle of 223.56º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08309A is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB848154-
CMYK0.950.6900.40
HSL223.56º90.12%31.76%-
HSV(B)223.56º94.81%60.39%-
XYZ6.994.531.07-
YUV48.12187.7599.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 154 (60.55% from 255) = 73.33%
R=3.81%
G=22.86%
B=73.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8481540.950.6900.40223.5690.1231.76
Hex8309A5F45028e05a20
Octal106023213710505034013240
Binary100011000010011010101111110001010101000111000001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08309A; }

 p { color: rgb(8,48,154); }

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

<style>
 a { background-color: #08309A; }

 a { background-color: rgb(8,48,154); }

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

<style>
 span { border-color: #08309A; }

 span { border-color: rgb(8,48,154); }

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