Html Css Color HEX #085594 Dark Cerulean

📋 copy color: '#085594'

red 8 ◦ green 85 ◦ blue 148

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

Shades of Dark Cerulean #085594

Tints of Dark Cerulean #085594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 3.32%
G = 35.27%
B = 61.41%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085594 (or 0x085594) is known color: Dark Cerulean. HEX triplet: 08, 55 and 94. RGB value is (8,85,148). Sum of RGB (Red+Green+Blue) = 8+85+148=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #085594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085594 is #F7AA6B. Grayscale: #444444. Windows color (decimal): -16231020 or 9721096. OLE color: 9721096.

HSL color Cylindrical-coordinate representation of color #085594: hue angle of 207º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085594 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 85 148 -
CMYK 0.95 0.43 0 0.42
HSL 207º 0.9% 0.31% -
HSV(B) 207º 0.95% 0.58% -
XYZ 8.69 8.69 29.24 -
YUV 69.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 8 85 148 0.95 0.43 0 0.42 207 0.9 0.31
Hex 8 55 94 5F 2B 0 2A CF 5A 1F
Octal 10 125 224 137 53 0 52 317 132 37
Binary 1000 1010101 10010100 1011111 101011 0 101010 11001111 1011010 11111

Color Harmonies of #085594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085594

Black with #085594

Text Example


Text Example

White with #085594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085594; }

 p { color: rgb(8,85,148); }

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

background-color css

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

 a { background-color: rgb(8,85,148); }

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

border-color css

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

 span { border-color: rgb(8,85,148); }

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