Html Css Color HEX #084682 Dark Cerulean

📋 copy color: '#084682'

red 8 ◦ green 70 ◦ blue 130

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

Shades of Dark Cerulean #084682

Tints of Dark Cerulean #084682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 130 (51.17% from 255) = 62.5%

R = 3.85%
G = 33.65%
B = 62.5%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#084682 (or 0x084682) is known color: Dark Cerulean. HEX triplet: 08, 46 and 82. RGB value is (8,70,130). Sum of RGB (Red+Green+Blue) = 8+70+130=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #084682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084682 is #F7B97D. Grayscale: #3A3A3A. Windows color (decimal): -16234878 or 8537608. OLE color: 8537608.

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

Color convert

RGB 8 70 130 -
CMYK 0.94 0.46 0 0.49
HSL 209.51º 0.88% 0.27% -
HSV(B) 209.51º 0.94% 0.51% -
XYZ 6.32 6.04 21.95 -
YUV 58.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 8 70 130 0.94 0.46 0 0.49 209.51 0.88 0.27
Hex 8 46 82 5E 2E 0 31 D2 58 1B
Octal 10 106 202 136 56 0 61 322 130 33
Binary 1000 1000110 10000010 1011110 101110 0 110001 11010010 1011000 11011

Color Harmonies of #084682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084682

Black with #084682

Text Example


Text Example

White with #084682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084682; }

 p { color: rgb(8,70,130); }

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

background-color css

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

 a { background-color: rgb(8,70,130); }

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

border-color css

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

 span { border-color: rgb(8,70,130); }

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