Html Css Color HEX #084486 Dark Cerulean

📋 copy color: '#084486'

red 8 ◦ green 68 ◦ blue 134

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

Shades of Dark Cerulean #084486

Tints of Dark Cerulean #084486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

 BLUE value IS 134 (52.73% from 255) = 63.81%

R = 3.81%
G = 32.38%
B = 63.81%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#084486 (or 0x084486) is known color: Dark Cerulean. HEX triplet: 08, 44 and 86. RGB value is (8,68,134). Sum of RGB (Red+Green+Blue) = 8+68+134=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #084486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084486 is #F7BB79. Grayscale: #393939. Windows color (decimal): -16235386 or 8799240. OLE color: 8799240.

HSL color Cylindrical-coordinate representation of color #084486: hue angle of 211.43º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084486 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 68 134 -
CMYK 0.94 0.49 0 0.47
HSL 211.43º 0.89% 0.28% -
HSV(B) 211.43º 0.94% 0.53% -
XYZ 6.47 5.91 23.35 -
YUV 57.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 8 68 134 0.94 0.49 0 0.47 211.43 0.89 0.28
Hex 8 44 86 5E 31 0 2F D3 59 1C
Octal 10 104 206 136 61 0 57 323 131 34
Binary 1000 1000100 10000110 1011110 110001 0 101111 11010011 1011001 11100

Color Harmonies of #084486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084486

Black with #084486

Text Example


Text Example

White with #084486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084486; }

 p { color: rgb(8,68,134); }

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

background-color css

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

 a { background-color: rgb(8,68,134); }

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

border-color css

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

 span { border-color: rgb(8,68,134); }

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