Html Css Color HEX #084582 Dark Cerulean

📋 copy color: '#084582'

red 8 ◦ green 69 ◦ blue 130

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

Shades of Dark Cerulean #084582

Tints of Dark Cerulean #084582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 3.86%
G = 33.33%
B = 62.8%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#084582 (or 0x084582) is known color: Dark Cerulean. HEX triplet: 08, 45 and 82. RGB value is (8,69,130). Sum of RGB (Red+Green+Blue) = 8+69+130=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #084582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084582 is #F7BA7D. Grayscale: #393939. Windows color (decimal): -16235134 or 8537352. OLE color: 8537352.

HSL color Cylindrical-coordinate representation of color #084582: hue angle of 210º 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 #084582 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 69 130 -
CMYK 0.94 0.47 0 0.49
HSL 210º 0.88% 0.27% -
HSV(B) 210º 0.94% 0.51% -
XYZ 6.26 5.92 21.93 -
YUV 57.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 8 69 130 0.94 0.47 0 0.49 210 0.88 0.27
Hex 8 45 82 5E 2F 0 31 D2 58 1B
Octal 10 105 202 136 57 0 61 322 130 33
Binary 1000 1000101 10000010 1011110 101111 0 110001 11010010 1011000 11011

Color Harmonies of #084582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084582

Black with #084582

Text Example


Text Example

White with #084582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084582; }

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

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

background-color css

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

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

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

border-color css

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

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

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