Html Css Color HEX #084075 Dark Cerulean

📋 copy color: '#084075'

red 8 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #084075

Tints of Dark Cerulean #084075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.86%

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

R = 4.23%
G = 33.86%
B = 61.9%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084075 (or 0x084075) is known color: Dark Cerulean. HEX triplet: 08, 40 and 75. RGB value is (8,64,117). Sum of RGB (Red+Green+Blue) = 8+64+117=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #084075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084075 is #F7BF8A. Grayscale: #353535. Windows color (decimal): -16236427 or 7684104. OLE color: 7684104.

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

Color convert

RGB 8 64 117 -
CMYK 0.93 0.45 0 0.54
HSL 209.17º 0.87% 0.25% -
HSV(B) 209.17º 0.93% 0.46% -
XYZ 5.14 5 17.52 -
YUV 53.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 8 64 117 0.93 0.45 0 0.54 209.17 0.87 0.25
Hex 8 40 75 5D 2D 0 36 D1 57 19
Octal 10 100 165 135 55 0 66 321 127 31
Binary 1000 1000000 1110101 1011101 101101 0 110110 11010001 1010111 11001

Color Harmonies of #084075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084075

Black with #084075

Text Example


Text Example

White with #084075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084075; }

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

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

background-color css

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

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

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

border-color css

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

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

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