Html Css Color HEX #084178 Dark Cerulean

📋 copy color: '#084178'

red 8 ◦ green 65 ◦ blue 120

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

Shades of Dark Cerulean #084178

Tints of Dark Cerulean #084178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

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

R = 4.15%
G = 33.68%
B = 62.18%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#084178 (or 0x084178) is known color: Dark Cerulean. HEX triplet: 08, 41 and 78. RGB value is (8,65,120). Sum of RGB (Red+Green+Blue) = 8+65+120=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #084178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084178 is #F7BE87. Grayscale: #353535. Windows color (decimal): -16236168 or 7880968. OLE color: 7880968.

HSL color Cylindrical-coordinate representation of color #084178: hue angle of 209.46º 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 #084178 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 65 120 -
CMYK 0.93 0.46 0 0.53
HSL 209.46º 0.88% 0.25% -
HSV(B) 209.46º 0.93% 0.47% -
XYZ 5.38 5.19 18.49 -
YUV 54.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 8 65 120 0.93 0.46 0 0.53 209.46 0.88 0.25
Hex 8 41 78 5D 2E 0 35 D1 58 19
Octal 10 101 170 135 56 0 65 321 130 31
Binary 1000 1000001 1111000 1011101 101110 0 110101 11010001 1011000 11001

Color Harmonies of #084178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084178

Black with #084178

Text Example


Text Example

White with #084178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084178; }

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

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

background-color css

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

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

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

border-color css

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

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

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