#084B6B

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

Shades of Dark Cerulean #084B6B

Tints of Dark Cerulean #084B6B

Color information

#084B6B (or 0x084B6B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4B and 6B. RGB value is (8,75,107). Sum of RGB (Red+Green+Blue) = 8+75+107=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #084B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B6B is #F7B494. Grayscale: #3A3A3A. Windows color (decimal): -16233621 or 7031560. OLE color: 7031560.

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

Color convert

RGB875107-
CMYK0.930.3000.58
HSL199.39º86.09%22.55%-
HSV(B)199.39º92.52%41.96%-
XYZ5.276.1514.82-
YUV58.62155.391.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 107 (42.19% from 255) = 56.32%
R=4.21%
G=39.47%
B=56.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8751070.930.3000.58199.3986.0922.55
Hex84B6B5D1E03Ac75617
Octal101131531353607230712627
Binary100010010111101011101110111110011101011000111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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