#084F7B

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

Shades of Dark Cerulean #084F7B

Tints of Dark Cerulean #084F7B

Color information

#084F7B (or 0x084F7B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4F and 7B. RGB value is (8,79,123). Sum of RGB (Red+Green+Blue) = 8+79+123=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #084F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084F7B is #F7B084. Grayscale: #3E3E3E. Windows color (decimal): -16232581 or 8081160. OLE color: 8081160.

HSL color Cylindrical-coordinate representation of color #084F7B: hue angle of 202.96º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084F7B is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB879123-
CMYK0.930.3600.52
HSL202.96º87.79%25.69%-
HSV(B)202.96º93.5%48.24%-
XYZ6.477.0719.76-
YUV62.79161.9888.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=3.81%
G=37.62%
B=58.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8791230.930.3600.52202.9687.7925.69
Hex84F7B5D24034cb581a
Octal101171731354406431313032
Binary1000100111111110111011101100100011010011001011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084F7B; }

 p { color: rgb(8,79,123); }

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

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

 a { background-color: rgb(8,79,123); }

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

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

 span { border-color: rgb(8,79,123); }

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