#083977

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

Shades of Dark Cerulean #083977

Tints of Dark Cerulean #083977

Color information

#083977 (or 0x083977) is unknown color: approx Dark Cerulean. HEX triplet: 08, 39 and 77. RGB value is (8,57,119). Sum of RGB (Red+Green+Blue) = 8+57+119=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #083977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083977 is #F7C688. Grayscale: #313131. Windows color (decimal): -16238217 or 7813384. OLE color: 7813384.

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

Color convert

RGB857119-
CMYK0.930.5200.53
HSL213.51º87.4%24.9%-
HSV(B)213.51º93.28%46.67%-
XYZ4.894.3118.03-
YUV49.42167.2798.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=4.35%
G=30.98%
B=64.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8571190.930.5200.53213.5187.424.9
Hex839775D34035d65719
Octal10711671356406532612731
Binary100011100111101111011101110100011010111010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083977; }

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

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

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

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

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

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

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

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