#084867

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

Shades of Dark Cerulean #084867

Tints of Dark Cerulean #084867

Color information

#084867 (or 0x084867) is unknown color: approx Dark Cerulean. HEX triplet: 08, 48 and 67. RGB value is (8,72,103). Sum of RGB (Red+Green+Blue) = 8+72+103=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #084867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084867 is #F7B798. Grayscale: #383838. Windows color (decimal): -16234393 or 6768648. OLE color: 6768648.

HSL color Cylindrical-coordinate representation of color #084867: hue angle of 199.58º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084867 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB872103-
CMYK0.920.3000.60
HSL199.58º85.59%21.76%-
HSV(B)199.58º92.23%40.39%-
XYZ4.875.6713.67-
YUV56.4154.393.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 103 (40.62% from 255) = 56.28%
R=4.37%
G=39.34%
B=56.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8721030.920.3000.60199.5885.5921.76
Hex848675C1E03Cc85616
Octal101101471343607431012626
Binary100010010001100111101110011110011110011001000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084867; }

 p { color: rgb(8,72,103); }

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

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

 a { background-color: rgb(8,72,103); }

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

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

 span { border-color: rgb(8,72,103); }

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