Html Css Color HEX #085380 Dark Cerulean

📋 copy color: '#085380'

red 8 ◦ green 83 ◦ blue 128

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

Shades of Dark Cerulean #085380

Tints of Dark Cerulean #085380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 3.65%
G = 37.9%
B = 58.45%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#085380 (or 0x085380) is known color: Dark Cerulean. HEX triplet: 08, 53 and 80. RGB value is (8,83,128). Sum of RGB (Red+Green+Blue) = 8+83+128=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #085380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085380 is #F7AC7F. Grayscale: #414141. Windows color (decimal): -16231552 or 8409864. OLE color: 8409864.

HSL color Cylindrical-coordinate representation of color #085380: hue angle of 202.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085380 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 83 128 -
CMYK 0.94 0.35 0 0.50
HSL 202.5º 0.88% 0.27% -
HSV(B) 202.5º 0.94% 0.5% -
XYZ 7.09 7.8 21.55 -
YUV 65.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 8 83 128 0.94 0.35 0 0.50 202.5 0.88 0.27
Hex 8 53 80 5E 23 0 32 CA 58 1B
Octal 10 123 200 136 43 0 62 312 130 33
Binary 1000 1010011 10000000 1011110 100011 0 110010 11001010 1011000 11011

Color Harmonies of #085380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085380

Black with #085380

Text Example


Text Example

White with #085380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085380; }

 p { color: rgb(8,83,128); }

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

background-color css

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

 a { background-color: rgb(8,83,128); }

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

border-color css

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

 span { border-color: rgb(8,83,128); }

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