Html Css Color HEX #084680 Dark Cerulean

📋 copy color: '#084680'

red 8 ◦ green 70 ◦ blue 128

#084680
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #084680

Tints of Dark Cerulean #084680

RGB

 RED value IS 8 (3.52% from 255) = 3.88%

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 128 (50.39% from 255) = 62.14%

R = 3.88%
G = 33.98%
B = 62.14%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#084680 (or 0x084680) is known color: Dark Cerulean. HEX triplet: 08, 46 and 80. RGB value is (8,70,128). Sum of RGB (Red+Green+Blue) = 8+70+128=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #084680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084680 is #F7B97F. Grayscale: #393939. Windows color (decimal): -16234880 or 8406536. OLE color: 8406536.

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

Color convert

RGB 8 70 128 -
CMYK 0.94 0.45 0 0.50
HSL 209º 0.88% 0.27% -
HSV(B) 209º 0.94% 0.5% -
XYZ 6.19 5.99 21.25 -
YUV 58.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 8 70 128 0.94 0.45 0 0.50 209 0.88 0.27
Hex 8 46 80 5E 2D 0 32 D1 58 1B
Octal 10 106 200 136 55 0 62 321 130 33
Binary 1000 1000110 10000000 1011110 101101 0 110010 11010001 1011000 11011

Color Harmonies of #084680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084680

Black with #084680

Text Example


Text Example

White with #084680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084680; }

 p { color: rgb(8,70,128); }

 H1.HeaderClassName
 {
   color: #084680;
 }
 .AnyTagClassName
 {
   color: #084680;
 }
</style>

background-color css

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

 a { background-color: rgb(8,70,128); }

 div.DivClassName
 {
   background-color: #084680;
 }
 .BgClassName
 {
   background-color: #084680;
 }
</style>

border-color css

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

 span { border-color: rgb(8,70,128); }

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