#084B74

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

Shades of Dark Cerulean #084B74

Tints of Dark Cerulean #084B74

Color information

#084B74 (or 0x084B74) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4B and 74. RGB value is (8,75,116). Sum of RGB (Red+Green+Blue) = 8+75+116=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #084B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B74 is #F7B48B. Grayscale: #3B3B3B. Windows color (decimal): -16233612 or 7621384. OLE color: 7621384.

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

Color convert

RGB875116-
CMYK0.930.3500.55
HSL202.78º87.1%24.31%-
HSV(B)202.78º93.1%45.49%-
XYZ5.776.3417.44-
YUV59.64159.891.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 116 (45.70% from 255) = 58.29%
R=4.02%
G=37.69%
B=58.29%

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
Decimal8751160.930.3500.55202.7887.124.31
Hex84B745D23037cb5718
Octal101131641354306731312730
Binary1000100101111101001011101100011011011111001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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