#083B81

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

Shades of Dark Cerulean #083B81

Tints of Dark Cerulean #083B81

Color information

#083B81 (or 0x083B81) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3B and 81. RGB value is (8,59,129). Sum of RGB (Red+Green+Blue) = 8+59+129=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #083B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083B81 is #F7C47E. Grayscale: #333333. Windows color (decimal): -16237695 or 8469256. OLE color: 8469256.

HSL color Cylindrical-coordinate representation of color #083B81: hue angle of 214.71º 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 #083B81 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB859129-
CMYK0.940.5400.49
HSL214.71º88.32%26.86%-
HSV(B)214.71º93.8%50.59%-
XYZ5.634.7621.39-
YUV51.73171.696.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 129 (50.78% from 255) = 65.82%
R=4.08%
G=30.10%
B=65.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8591290.940.5400.49214.7188.3226.86
Hex83B815E36031d7581b
Octal10732011366606132713033
Binary1000111011100000011011110110110011000111010111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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