#084B73

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

Shades of Dark Cerulean #084B73

Tints of Dark Cerulean #084B73

Color information

#084B73 (or 0x084B73) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4B and 73. RGB value is (8,75,115). Sum of RGB (Red+Green+Blue) = 8+75+115=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #084B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B73 is #F7B48C. Grayscale: #3B3B3B. Windows color (decimal): -16233613 or 7555848. OLE color: 7555848.

HSL color Cylindrical-coordinate representation of color #084B73: hue angle of 202.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084B73 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB875115-
CMYK0.930.3500.55
HSL202.43º86.99%24.12%-
HSV(B)202.43º93.04%45.1%-
XYZ5.716.3217.14-
YUV59.53159.391.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=4.04%
G=37.88%
B=58.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8751150.930.3500.55202.4386.9924.12
Hex84B735D23037ca5718
Octal101131631354306731212730
Binary1000100101111100111011101100011011011111001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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