#084187

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

Shades of Dark Cerulean #084187

Tints of Dark Cerulean #084187

Color information

#084187 (or 0x084187) is unknown color: approx Dark Cerulean. HEX triplet: 08, 41 and 87. RGB value is (8,65,135). Sum of RGB (Red+Green+Blue) = 8+65+135=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #084187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084187 is #F7BE78. Grayscale: #373737. Windows color (decimal): -16236153 or 8864008. OLE color: 8864008.

HSL color Cylindrical-coordinate representation of color #084187: hue angle of 213.07º 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 #084187 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB865135-
CMYK0.940.5200.47
HSL213.07º88.81%28.04%-
HSV(B)213.07º94.07%52.94%-
XYZ6.365.5823.66-
YUV55.94172.6293.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.85%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 135 (53.12% from 255) = 64.90%
R=3.85%
G=31.25%
B=64.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8651350.940.5200.47213.0788.8128.04
Hex841875E3402Fd5591c
Octal101012071366405732513134
Binary10001000001100001111011110110100010111111010101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084187; }

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

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

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

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

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

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

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

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