Html Css Color HEX #084675 Dark Cerulean

📋 copy color: '#084675'

red 8 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #084675

Tints of Dark Cerulean #084675

RGB

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

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

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

R = 4.1%
G = 35.9%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084675 (or 0x084675) is known color: Dark Cerulean. HEX triplet: 08, 46 and 75. RGB value is (8,70,117). Sum of RGB (Red+Green+Blue) = 8+70+117=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #084675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084675 is #F7B98A. Grayscale: #383838. Windows color (decimal): -16234891 or 7685640. OLE color: 7685640.

HSL color Cylindrical-coordinate representation of color #084675: hue angle of 205.87º 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 #084675 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 70 117 -
CMYK 0.93 0.40 0 0.54
HSL 205.87º 0.87% 0.25% -
HSV(B) 205.87º 0.93% 0.46% -
XYZ 5.5 5.72 17.64 -
YUV 56.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 8 70 117 0.93 0.40 0 0.54 205.87 0.87 0.25
Hex 8 46 75 5D 28 0 36 CE 57 19
Octal 10 106 165 135 50 0 66 316 127 31
Binary 1000 1000110 1110101 1011101 101000 0 110110 11001110 1010111 11001

Color Harmonies of #084675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084675

Black with #084675

Text Example


Text Example

White with #084675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084675; }

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

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

background-color css

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

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

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

border-color css

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

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

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