#083C74

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

Shades of Dark Cerulean #083C74

Tints of Dark Cerulean #083C74

Color information

#083C74 (or 0x083C74) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3C and 74. RGB value is (8,60,116). Sum of RGB (Red+Green+Blue) = 8+60+116=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #083C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C74 is #F7C38B. Grayscale: #323232. Windows color (decimal): -16237452 or 7617544. OLE color: 7617544.

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

Color convert

RGB860116-
CMYK0.930.4800.55
HSL211.11º87.1%24.31%-
HSV(B)211.11º93.1%45.49%-
XYZ4.874.5417.14-
YUV50.84164.7797.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 116 (45.70% from 255) = 63.04%
R=4.35%
G=32.61%
B=63.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8601160.930.4800.55211.1187.124.31
Hex83C745D30037d35718
Octal10741641356006732312730
Binary100011110011101001011101110000011011111010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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