Html Css Color HEX #085FE7 Navy Blue

📋 copy color: '#085FE7'

red 8 ◦ green 95 ◦ blue 231

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

Shades of Navy Blue #085FE7

Tints of Navy Blue #085FE7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

 BLUE value IS 231 (90.63% from 255) = 69.16%

R = 2.4%
G = 28.44%
B = 69.16%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#085FE7 (or 0x085FE7) is known color: Navy Blue. HEX triplet: 08, 5F and E7. RGB value is (8,95,231). Sum of RGB (Red+Green+Blue) = 8+95+231=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 231 (90.62% from 255 or 69.16% from 334); Max value from RGB is 231 - color contains mainly: blue. Hex color #085FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085FE7 is #F7A018. Grayscale: #535353. Windows color (decimal): -16228377 or 15163144. OLE color: 15163144.

HSL color Cylindrical-coordinate representation of color #085FE7: hue angle of 216.59º 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 #085FE7 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 95 231 -
CMYK 0.97 0.59 0 0.09
HSL 216.59º 0.93% 0.47% -
HSV(B) 216.59º 0.97% 0.91% -
XYZ 18.62 14.01 77.32 -
YUV 84.49 210.68 73.44 -
System Red Green Blue C M Y K H S L
Decimal 8 95 231 0.97 0.59 0 0.09 216.59 0.93 0.47
Hex 8 5F E7 61 3B 0 9 D9 5D 2F
Octal 10 137 347 141 73 0 11 331 135 57
Binary 1000 1011111 11100111 1100001 111011 0 1001 11011001 1011101 101111

Color Harmonies of #085FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FE7

Black with #085FE7

Text Example


Text Example

White with #085FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,95,231); }

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

background-color css

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

 a { background-color: rgb(8,95,231); }

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

border-color css

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

 span { border-color: rgb(8,95,231); }

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