#08398C

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

Shades of Smalt #08398C

Tints of Smalt #08398C

Color information

#08398C (or 0x08398C) is unknown color: approx Smalt. HEX triplet: 08, 39 and 8C. RGB value is (8,57,140). Sum of RGB (Red+Green+Blue) = 8+57+140=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #08398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08398C is #F7C673. Grayscale: #333333. Windows color (decimal): -16238196 or 9189640. OLE color: 9189640.

HSL color Cylindrical-coordinate representation of color #08398C: hue angle of 217.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08398C is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB857140-
CMYK0.940.5900.45
HSL217.73º89.19%29.02%-
HSV(B)217.73º94.29%54.9%-
XYZ6.34.8725.42-
YUV51.81177.7796.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 140 (55.08% from 255) = 68.29%
R=3.90%
G=27.80%
B=68.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8571400.940.5900.45217.7389.1929.02
Hex8398C5E3B02Dda591d
Octal10712141367305533213135
Binary1000111001100011001011110111011010110111011010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08398C; }

 p { color: rgb(8,57,140); }

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

<style>
 a { background-color: #08398C; }

 a { background-color: rgb(8,57,140); }

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

<style>
 span { border-color: #08398C; }

 span { border-color: rgb(8,57,140); }

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