Html Css Color HEX #084980 Dark Cerulean

📋 copy color: '#084980'

red 8 ◦ green 73 ◦ blue 128

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

Shades of Dark Cerulean #084980

Tints of Dark Cerulean #084980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

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

R = 3.83%
G = 34.93%
B = 61.24%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#084980 (or 0x084980) is known color: Dark Cerulean. HEX triplet: 08, 49 and 80. RGB value is (8,73,128). Sum of RGB (Red+Green+Blue) = 8+73+128=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #084980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084980 is #F7B67F. Grayscale: #3B3B3B. Windows color (decimal): -16234112 or 8407304. OLE color: 8407304.

HSL color Cylindrical-coordinate representation of color #084980: hue angle of 207.5º 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 #084980 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 73 128 -
CMYK 0.94 0.43 0 0.50
HSL 207.5º 0.88% 0.27% -
HSV(B) 207.5º 0.94% 0.5% -
XYZ 6.38 6.38 21.32 -
YUV 59.84 166.47 91.03 -
System Red Green Blue C M Y K H S L
Decimal 8 73 128 0.94 0.43 0 0.50 207.5 0.88 0.27
Hex 8 49 80 5E 2B 0 32 D0 58 1B
Octal 10 111 200 136 53 0 62 320 130 33
Binary 1000 1001001 10000000 1011110 101011 0 110010 11010000 1011000 11011

Color Harmonies of #084980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084980

Black with #084980

Text Example


Text Example

White with #084980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084980; }

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

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

background-color css

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

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

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

border-color css

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

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

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