#083C77

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

Shades of Dark Cerulean #083C77

Tints of Dark Cerulean #083C77

Color information

#083C77 (or 0x083C77) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3C and 77. RGB value is (8,60,119). Sum of RGB (Red+Green+Blue) = 8+60+119=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #083C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C77 is #F7C388. Grayscale: #323232. Windows color (decimal): -16237449 or 7814152. OLE color: 7814152.

HSL color Cylindrical-coordinate representation of color #083C77: hue angle of 211.89º 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 #083C77 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB860119-
CMYK0.930.5000.53
HSL211.89º87.4%24.9%-
HSV(B)211.89º93.28%46.67%-
XYZ5.054.6218.08-
YUV51.18166.2797.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=4.28%
G=32.09%
B=63.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8601190.930.5000.53211.8987.424.9
Hex83C775D32035d45719
Octal10741671356206532412731
Binary100011110011101111011101110010011010111010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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