Html Css Color HEX #084185 Dark Cerulean

📋 copy color: '#084185'

red 8 ◦ green 65 ◦ blue 133

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

Shades of Dark Cerulean #084185

Tints of Dark Cerulean #084185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 3.88%
G = 31.55%
B = 64.56%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#084185 (or 0x084185) is known color: Dark Cerulean. HEX triplet: 08, 41 and 85. RGB value is (8,65,133). Sum of RGB (Red+Green+Blue) = 8+65+133=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #084185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084185 is #F7BE7A. Grayscale: #373737. Windows color (decimal): -16236155 or 8732936. OLE color: 8732936.

HSL color Cylindrical-coordinate representation of color #084185: hue angle of 212.64º 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 #084185 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 65 133 -
CMYK 0.94 0.51 0 0.48
HSL 212.64º 0.89% 0.28% -
HSV(B) 212.64º 0.94% 0.52% -
XYZ 6.22 5.53 22.93 -
YUV 55.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 8 65 133 0.94 0.51 0 0.48 212.64 0.89 0.28
Hex 8 41 85 5E 33 0 30 D5 59 1C
Octal 10 101 205 136 63 0 60 325 131 34
Binary 1000 1000001 10000101 1011110 110011 0 110000 11010101 1011001 11100

Color Harmonies of #084185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084185

Black with #084185

Text Example


Text Example

White with #084185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084185; }

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

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

background-color css

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

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

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

border-color css

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

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

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