#084B7B

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

Shades of Dark Cerulean #084B7B

Tints of Dark Cerulean #084B7B

Color information

#084B7B (or 0x084B7B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4B and 7B. RGB value is (8,75,123). Sum of RGB (Red+Green+Blue) = 8+75+123=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #084B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B7B is #F7B484. Grayscale: #3C3C3C. Windows color (decimal): -16233605 or 8080136. OLE color: 8080136.

HSL color Cylindrical-coordinate representation of color #084B7B: hue angle of 205.04º 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 #084B7B is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB875123-
CMYK0.930.3900.52
HSL205.04º87.79%25.69%-
HSV(B)205.04º93.5%48.24%-
XYZ6.196.5119.67-
YUV60.44163.390.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=3.88%
G=36.41%
B=59.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8751230.930.3900.52205.0487.7925.69
Hex84B7B5D27034cd581a
Octal101131731354706431513032
Binary1000100101111110111011101100111011010011001101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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