#083C81

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

Shades of Dark Cerulean #083C81

Tints of Dark Cerulean #083C81

Color information

#083C81 (or 0x083C81) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3C and 81. RGB value is (8,60,129). Sum of RGB (Red+Green+Blue) = 8+60+129=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #083C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C81 is #F7C37E. Grayscale: #333333. Windows color (decimal): -16237439 or 8469512. OLE color: 8469512.

HSL color Cylindrical-coordinate representation of color #083C81: hue angle of 214.21º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083C81 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB860129-
CMYK0.940.5300.49
HSL214.21º88.32%26.86%-
HSV(B)214.21º93.8%50.59%-
XYZ5.684.8721.41-
YUV52.32171.2796.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 129 (50.78% from 255) = 65.48%
R=4.06%
G=30.46%
B=65.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8601290.940.5300.49214.2188.3226.86
Hex83C815E35031d6581b
Octal10742011366506132613033
Binary1000111100100000011011110110101011000111010110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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