#083C71

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

Shades of Dark Cerulean #083C71

Tints of Dark Cerulean #083C71

Color information

#083C71 (or 0x083C71) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3C and 71. RGB value is (8,60,113). Sum of RGB (Red+Green+Blue) = 8+60+113=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #083C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C71 is #F7C38E. Grayscale: #323232. Windows color (decimal): -16237455 or 7420936. OLE color: 7420936.

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

Color convert

RGB860113-
CMYK0.930.4700.56
HSL210.29º86.78%23.73%-
HSV(B)210.29º92.92%44.31%-
XYZ4.74.4816.24-
YUV50.49163.2797.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.42%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 113 (44.53% from 255) = 62.43%
R=4.42%
G=33.15%
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.56
SystemRedGreenBlueCMYKHSL
Decimal8601130.930.4700.56210.2986.7823.73
Hex83C715D2F038d25718
Octal10741611355707032212730
Binary100011110011100011011101101111011100011010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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