#084B6D

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

Shades of Dark Cerulean #084B6D

Tints of Dark Cerulean #084B6D

Color information

#084B6D (or 0x084B6D) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4B and 6D. RGB value is (8,75,109). Sum of RGB (Red+Green+Blue) = 8+75+109=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #084B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B6D is #F7B492. Grayscale: #3A3A3A. Windows color (decimal): -16233619 or 7162632. OLE color: 7162632.

HSL color Cylindrical-coordinate representation of color #084B6D: hue angle of 200.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084B6D is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB875109-
CMYK0.930.3100.57
HSL200.2º86.32%22.94%-
HSV(B)200.2º92.66%42.75%-
XYZ5.386.1915.38-
YUV58.84156.391.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=4.17%
G=39.06%
B=56.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8751090.930.3100.57200.286.3222.94
Hex84B6D5D1F039c85617
Octal101131551353707131012627
Binary100010010111101101101110111111011100111001000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,75,109); }

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

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

 a { background-color: rgb(8,75,109); }

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

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

 span { border-color: rgb(8,75,109); }

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