Html Css Color HEX #084875 Dark Cerulean

📋 copy color: '#084875'

red 8 ◦ green 72 ◦ blue 117

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

Shades of Dark Cerulean #084875

Tints of Dark Cerulean #084875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 4.06%
G = 36.55%
B = 59.39%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084875 (or 0x084875) is known color: Dark Cerulean. HEX triplet: 08, 48 and 75. RGB value is (8,72,117). Sum of RGB (Red+Green+Blue) = 8+72+117=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #084875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084875 is #F7B78A. Grayscale: #393939. Windows color (decimal): -16234379 or 7686152. OLE color: 7686152.

HSL color Cylindrical-coordinate representation of color #084875: hue angle of 204.77º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084875 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 72 117 -
CMYK 0.93 0.38 0 0.54
HSL 204.77º 0.87% 0.25% -
HSV(B) 204.77º 0.93% 0.46% -
XYZ 5.63 5.97 17.69 -
YUV 57.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 8 72 117 0.93 0.38 0 0.54 204.77 0.87 0.25
Hex 8 48 75 5D 26 0 36 CD 57 19
Octal 10 110 165 135 46 0 66 315 127 31
Binary 1000 1001000 1110101 1011101 100110 0 110110 11001101 1010111 11001

Color Harmonies of #084875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084875

Black with #084875

Text Example


Text Example

White with #084875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084875; }

 p { color: rgb(8,72,117); }

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

background-color css

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

 a { background-color: rgb(8,72,117); }

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

border-color css

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

 span { border-color: rgb(8,72,117); }

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