Html Css Color HEX #084878 Dark Cerulean

📋 copy color: '#084878'

red 8 ◦ green 72 ◦ blue 120

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

Shades of Dark Cerulean #084878

Tints of Dark Cerulean #084878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 120 (47.27% from 255) = 60%

R = 4%
G = 36%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#084878 (or 0x084878) is known color: Dark Cerulean. HEX triplet: 08, 48 and 78. RGB value is (8,72,120). Sum of RGB (Red+Green+Blue) = 8+72+120=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #084878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084878 is #F7B787. Grayscale: #3A3A3A. Windows color (decimal): -16234376 or 7882760. OLE color: 7882760.

HSL color Cylindrical-coordinate representation of color #084878: hue angle of 205.71º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084878 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 72 120 -
CMYK 0.93 0.40 0 0.53
HSL 205.71º 0.88% 0.25% -
HSV(B) 205.71º 0.93% 0.47% -
XYZ 5.81 6.04 18.63 -
YUV 58.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 8 72 120 0.93 0.40 0 0.53 205.71 0.88 0.25
Hex 8 48 78 5D 28 0 35 CE 58 19
Octal 10 110 170 135 50 0 65 316 130 31
Binary 1000 1001000 1111000 1011101 101000 0 110101 11001110 1011000 11001

Color Harmonies of #084878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084878

Black with #084878

Text Example


Text Example

White with #084878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084878; }

 p { color: rgb(8,72,120); }

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

background-color css

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

 a { background-color: rgb(8,72,120); }

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

border-color css

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

 span { border-color: rgb(8,72,120); }

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