Html Css Color HEX #084785 Dark Cerulean

📋 copy color: '#084785'

red 8 ◦ green 71 ◦ blue 133

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

Shades of Dark Cerulean #084785

Tints of Dark Cerulean #084785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

 BLUE value IS 133 (52.34% from 255) = 62.74%

R = 3.77%
G = 33.49%
B = 62.74%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#084785 (or 0x084785) is known color: Dark Cerulean. HEX triplet: 08, 47 and 85. RGB value is (8,71,133). Sum of RGB (Red+Green+Blue) = 8+71+133=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #084785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084785 is #F7B87A. Grayscale: #3A3A3A. Windows color (decimal): -16234619 or 8734472. OLE color: 8734472.

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

Color convert

RGB 8 71 133 -
CMYK 0.94 0.47 0 0.48
HSL 209.76º 0.89% 0.28% -
HSV(B) 209.76º 0.94% 0.52% -
XYZ 6.59 6.25 23.05 -
YUV 59.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 8 71 133 0.94 0.47 0 0.48 209.76 0.89 0.28
Hex 8 47 85 5E 2F 0 30 D2 59 1C
Octal 10 107 205 136 57 0 60 322 131 34
Binary 1000 1000111 10000101 1011110 101111 0 110000 11010010 1011001 11100

Color Harmonies of #084785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084785

Black with #084785

Text Example


Text Example

White with #084785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084785; }

 p { color: rgb(8,71,133); }

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

background-color css

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

 a { background-color: rgb(8,71,133); }

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

border-color css

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

 span { border-color: rgb(8,71,133); }

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