#084772

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

Shades of Dark Cerulean #084772

Tints of Dark Cerulean #084772

Color information

#084772 (or 0x084772) is unknown color: approx Dark Cerulean. HEX triplet: 08, 47 and 72. RGB value is (8,71,114). Sum of RGB (Red+Green+Blue) = 8+71+114=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #084772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084772 is #F7B88D. Grayscale: #383838. Windows color (decimal): -16234638 or 7489288. OLE color: 7489288.

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

Color convert

RGB871114-
CMYK0.930.3800.55
HSL204.34º86.89%23.92%-
HSV(B)204.34º92.98%44.71%-
XYZ5.395.7716.75-
YUV57.07160.1393-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=4.15%
G=36.79%
B=59.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8711140.930.3800.55204.3486.8923.92
Hex847725D26037cc5718
Octal101071621354606731412730
Binary1000100011111100101011101100110011011111001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084772; }

 p { color: rgb(8,71,114); }

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

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

 a { background-color: rgb(8,71,114); }

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

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

 span { border-color: rgb(8,71,114); }

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