#083B87

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

Shades of Dark Cerulean #083B87

Tints of Dark Cerulean #083B87

Color information

#083B87 (or 0x083B87) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3B and 87. RGB value is (8,59,135). Sum of RGB (Red+Green+Blue) = 8+59+135=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #083B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083B87 is #F7C478. Grayscale: #343434. Windows color (decimal): -16237689 or 8862472. OLE color: 8862472.

HSL color Cylindrical-coordinate representation of color #083B87: hue angle of 215.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083B87 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB859135-
CMYK0.940.5600.47
HSL215.91º88.81%28.04%-
HSV(B)215.91º94.07%52.94%-
XYZ6.044.9323.55-
YUV52.42174.696.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 59 (23.44% from 255) = 29.21%
BLUE value IS 135 (53.12% from 255) = 66.83%
R=3.96%
G=29.21%
B=66.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8591350.940.5600.47215.9188.8128.04
Hex83B875E3802Fd8591c
Octal10732071367005733013134
Binary1000111011100001111011110111000010111111011000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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