#083D71

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

Shades of Dark Cerulean #083D71

Tints of Dark Cerulean #083D71

Color information

#083D71 (or 0x083D71) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3D and 71. RGB value is (8,61,113). Sum of RGB (Red+Green+Blue) = 8+61+113=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #083D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D71 is #F7C28E. Grayscale: #323232. Windows color (decimal): -16237199 or 7421192. OLE color: 7421192.

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

Color convert

RGB861113-
CMYK0.930.4600.56
HSL209.71º86.78%23.73%-
HSV(B)209.71º92.92%44.31%-
XYZ4.754.5816.26-
YUV51.08162.9497.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.40%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=4.40%
G=33.52%
B=62.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8611130.930.4600.56209.7186.7823.73
Hex83D715D2E038d25718
Octal10751611355607032212730
Binary100011110111100011011101101110011100011010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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