#083F76

Color #083F76 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #083F76

Tints of Dark Cerulean #083F76

Color information

#083F76 (or 0x083F76) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3F and 76. RGB value is (8,63,118). Sum of RGB (Red+Green+Blue) = 8+63+118=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #083F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F76 is #F7C089. Grayscale: #343434. Windows color (decimal): -16236682 or 7749384. OLE color: 7749384.

HSL color Cylindrical-coordinate representation of color #083F76: hue angle of 210º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083F76 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB863118-
CMYK0.930.4700.54
HSL210º87.3%24.71%-
HSV(B)210º93.22%46.27%-
XYZ5.154.9117.82-
YUV52.82164.7896.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 62.43%
R=4.23%
G=33.33%
B=62.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8631180.930.4700.5421087.324.71
Hex83F765D2F036d25719
Octal10771661355706632212731
Binary100011111111101101011101101111011011011010010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083F76; }

 p { color: rgb(8,63,118); }

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

<style>
 a { background-color: #083F76; }

 a { background-color: rgb(8,63,118); }

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

<style>
 span { border-color: #083F76; }

 span { border-color: rgb(8,63,118); }

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