Html Css Color HEX #085CC9 Navy Blue

📋 copy color: '#085CC9'

red 8 ◦ green 92 ◦ blue 201

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

Shades of Navy Blue #085CC9

Tints of Navy Blue #085CC9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

 BLUE value IS 201 (78.91% from 255) = 66.78%

R = 2.66%
G = 30.56%
B = 66.78%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#085CC9 (or 0x085CC9) is known color: Navy Blue. HEX triplet: 08, 5C and C9. RGB value is (8,92,201). Sum of RGB (Red+Green+Blue) = 8+92+201=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #085CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CC9 is #F7A336. Grayscale: #4E4E4E. Windows color (decimal): -16229175 or 13196296. OLE color: 13196296.

HSL color Cylindrical-coordinate representation of color #085CC9: hue angle of 213.89º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CC9 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 92 201 -
CMYK 0.96 0.54 0 0.21
HSL 213.89º 0.92% 0.41% -
HSV(B) 213.89º 0.96% 0.79% -
XYZ 14.47 11.92 56.8 -
YUV 79.31 196.67 77.14 -
System Red Green Blue C M Y K H S L
Decimal 8 92 201 0.96 0.54 0 0.21 213.89 0.92 0.41
Hex 8 5C C9 60 36 0 15 D6 5C 29
Octal 10 134 311 140 66 0 25 326 134 51
Binary 1000 1011100 11001001 1100000 110110 0 10101 11010110 1011100 101001

Color Harmonies of #085CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CC9

Black with #085CC9

Text Example


Text Example

White with #085CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,92,201); }

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

background-color css

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

 a { background-color: rgb(8,92,201); }

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

border-color css

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

 span { border-color: rgb(8,92,201); }

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