#084b7f

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

Shades of Dark Cerulean #084B7F

Tints of Dark Cerulean #084B7F

Color information

#084B7F (or 0x084B7F) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4B and 7F. RGB value is (8,75,127). Sum of RGB (Red+Green+Blue) = 8+75+127=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #084B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B7F is #F7B480. Grayscale: #3C3C3C. Windows color (decimal): -16233601 or 8342280. OLE color: 8342280.

HSL color Cylindrical-coordinate representation of color #084B7F: hue angle of 206.22º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084B7F is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB875127-
CMYK0.940.4100.50
HSL206.22º88.15%26.47%-
HSV(B)206.22º93.7%49.8%-
XYZ6.456.6221.02-
YUV60.9165.390.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 127 (50% from 255) = 60.48%
R=3.81%
G=35.71%
B=60.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8751270.940.4100.50206.2288.1526.47
Hex84B7F5E29032ce581a
Octal101131771365106231613032
Binary1000100101111111111011110101001011001011001110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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