Html Css Color HEX #084475 Dark Cerulean

📋 copy color: '#084475'

red 8 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #084475

Tints of Dark Cerulean #084475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.23%

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

R = 4.15%
G = 35.23%
B = 60.62%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084475 (or 0x084475) is known color: Dark Cerulean. HEX triplet: 08, 44 and 75. RGB value is (8,68,117). Sum of RGB (Red+Green+Blue) = 8+68+117=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #084475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084475 is #F7BB8A. Grayscale: #373737. Windows color (decimal): -16235403 or 7685128. OLE color: 7685128.

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

Color convert

RGB 8 68 117 -
CMYK 0.93 0.42 0 0.54
HSL 206.97º 0.87% 0.25% -
HSV(B) 206.97º 0.93% 0.46% -
XYZ 5.38 5.47 17.6 -
YUV 55.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 8 68 117 0.93 0.42 0 0.54 206.97 0.87 0.25
Hex 8 44 75 5D 2A 0 36 CF 57 19
Octal 10 104 165 135 52 0 66 317 127 31
Binary 1000 1000100 1110101 1011101 101010 0 110110 11001111 1010111 11001

Color Harmonies of #084475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084475

Black with #084475

Text Example


Text Example

White with #084475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084475; }

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

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

background-color css

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

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

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

border-color css

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

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

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