Html Css Color HEX #085CE9 Navy Blue

📋 copy color: '#085CE9'

red 8 ◦ green 92 ◦ blue 233

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

Shades of Navy Blue #085CE9

Tints of Navy Blue #085CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 69.97%

R = 2.4%
G = 27.63%
B = 69.97%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#085CE9 (or 0x085CE9) is known color: Navy Blue. HEX triplet: 08, 5C and E9. RGB value is (8,92,233). Sum of RGB (Red+Green+Blue) = 8+92+233=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 233 (91.41% from 255 or 69.97% from 333); Max value from RGB is 233 - color contains mainly: blue. Hex color #085CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CE9 is #F7A316. Grayscale: #525252. Windows color (decimal): -16229143 or 15293448. OLE color: 15293448.

HSL color Cylindrical-coordinate representation of color #085CE9: hue angle of 217.6º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CE9 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 92 233 -
CMYK 0.97 0.61 0 0.09
HSL 217.6º 0.93% 0.47% -
HSV(B) 217.6º 0.97% 0.91% -
XYZ 18.64 13.59 78.73 -
YUV 82.96 212.67 74.54 -
System Red Green Blue C M Y K H S L
Decimal 8 92 233 0.97 0.61 0 0.09 217.6 0.93 0.47
Hex 8 5C E9 61 3D 0 9 DA 5D 2F
Octal 10 134 351 141 75 0 11 332 135 57
Binary 1000 1011100 11101001 1100001 111101 0 1001 11011010 1011101 101111

Color Harmonies of #085CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CE9

Black with #085CE9

Text Example


Text Example

White with #085CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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