#083D74

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

Shades of Dark Cerulean #083D74

Tints of Dark Cerulean #083D74

Color information

#083D74 (or 0x083D74) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3D and 74. RGB value is (8,61,116). Sum of RGB (Red+Green+Blue) = 8+61+116=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #083D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D74 is #F7C28B. Grayscale: #333333. Windows color (decimal): -16237196 or 7617800. OLE color: 7617800.

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

Color convert

RGB861116-
CMYK0.930.4700.55
HSL210.56º87.1%24.31%-
HSV(B)210.56º93.1%45.49%-
XYZ4.924.6517.16-
YUV51.42164.4497.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=4.32%
G=32.97%
B=62.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8611160.930.4700.55210.5687.124.31
Hex83D745D2F037d35718
Octal10751641355706732312730
Binary100011110111101001011101101111011011111010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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