Html Css Color HEX #084184 Dark Cerulean

📋 copy color: '#084184'

red 8 ◦ green 65 ◦ blue 132

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

Shades of Dark Cerulean #084184

Tints of Dark Cerulean #084184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 64.39%

R = 3.9%
G = 31.71%
B = 64.39%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#084184 (or 0x084184) is known color: Dark Cerulean. HEX triplet: 08, 41 and 84. RGB value is (8,65,132). Sum of RGB (Red+Green+Blue) = 8+65+132=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #084184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084184 is #F7BE7B. Grayscale: #373737. Windows color (decimal): -16236156 or 8667400. OLE color: 8667400.

HSL color Cylindrical-coordinate representation of color #084184: hue angle of 212.42º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084184 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 65 132 -
CMYK 0.94 0.51 0 0.48
HSL 212.42º 0.89% 0.27% -
HSV(B) 212.42º 0.94% 0.52% -
XYZ 6.16 5.5 22.57 -
YUV 55.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 8 65 132 0.94 0.51 0 0.48 212.42 0.89 0.27
Hex 8 41 84 5E 33 0 30 D4 59 1B
Octal 10 101 204 136 63 0 60 324 131 33
Binary 1000 1000001 10000100 1011110 110011 0 110000 11010100 1011001 11011

Color Harmonies of #084184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084184

Black with #084184

Text Example


Text Example

White with #084184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084184; }

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

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

background-color css

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

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

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

border-color css

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

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

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