Html Css Color HEX #085A8D Dark Cerulean

📋 copy color: '#085A8D'

red 8 ◦ green 90 ◦ blue 141

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

Shades of Dark Cerulean #085A8D

Tints of Dark Cerulean #085A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 141 (55.47% from 255) = 59%

R = 3.35%
G = 37.66%
B = 59%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#085A8D (or 0x085A8D) is known color: Dark Cerulean. HEX triplet: 08, 5A and 8D. RGB value is (8,90,141). Sum of RGB (Red+Green+Blue) = 8+90+141=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #085A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085A8D is #F7A572. Grayscale: #474747. Windows color (decimal): -16229747 or 9263624. OLE color: 9263624.

HSL color Cylindrical-coordinate representation of color #085A8D: hue angle of 203.01º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085A8D is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 90 141 -
CMYK 0.94 0.36 0 0.45
HSL 203.01º 0.89% 0.29% -
HSV(B) 203.01º 0.94% 0.55% -
XYZ 8.56 9.29 26.54 -
YUV 71.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 8 90 141 0.94 0.36 0 0.45 203.01 0.89 0.29
Hex 8 5A 8D 5E 24 0 2D CB 59 1D
Octal 10 132 215 136 44 0 55 313 131 35
Binary 1000 1011010 10001101 1011110 100100 0 101101 11001011 1011001 11101

Color Harmonies of #085A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A8D

Black with #085A8D

Text Example


Text Example

White with #085A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085A8D; }

 p { color: rgb(8,90,141); }

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

background-color css

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

 a { background-color: rgb(8,90,141); }

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

border-color css

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

 span { border-color: rgb(8,90,141); }

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