#08319A

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

Shades of Smalt #08319A

Tints of Smalt #08319A

Color information

#08319A (or 0x08319A) is unknown color: approx Smalt. HEX triplet: 08, 31 and 9A. RGB value is (8,49,154). Sum of RGB (Red+Green+Blue) = 8+49+154=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #08319A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08319A is #F7CE65. Grayscale: #303030. Windows color (decimal): -16240230 or 10105096. OLE color: 10105096.

HSL color Cylindrical-coordinate representation of color #08319A: hue angle of 223.15º 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 #08319A is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB849154-
CMYK0.950.6800.40
HSL223.15º90.12%31.76%-
HSV(B)223.15º94.81%60.39%-
XYZ7.034.5831.09-
YUV48.71187.4298.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 154 (60.55% from 255) = 72.99%
R=3.79%
G=23.22%
B=72.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8491540.950.6800.40223.1590.1231.76
Hex8319A5F44028df5a20
Octal106123213710405033713240
Binary100011000110011010101111110001000101000110111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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