Html Css Color HEX #085BE6 Navy Blue

📋 copy color: '#085BE6'

red 8 ◦ green 91 ◦ blue 230

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

Shades of Navy Blue #085BE6

Tints of Navy Blue #085BE6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

 BLUE value IS 230 (90.23% from 255) = 69.91%

R = 2.43%
G = 27.66%
B = 69.91%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#085BE6 (or 0x085BE6) is known color: Navy Blue. HEX triplet: 08, 5B and E6. RGB value is (8,91,230). Sum of RGB (Red+Green+Blue) = 8+91+230=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 230 (90.23% from 255 or 69.91% from 329); Max value from RGB is 230 - color contains mainly: blue. Hex color #085BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BE6 is #F7A419. Grayscale: #515151. Windows color (decimal): -16229402 or 15096584. OLE color: 15096584.

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

Color convert

RGB 8 91 230 -
CMYK 0.97 0.60 0 0.10
HSL 217.57º 0.93% 0.47% -
HSV(B) 217.57º 0.97% 0.9% -
XYZ 18.12 13.25 76.46 -
YUV 82.03 211.5 75.2 -
System Red Green Blue C M Y K H S L
Decimal 8 91 230 0.97 0.60 0 0.10 217.57 0.93 0.47
Hex 8 5B E6 61 3C 0 A DA 5D 2F
Octal 10 133 346 141 74 0 12 332 135 57
Binary 1000 1011011 11100110 1100001 111100 0 1010 11011010 1011101 101111

Color Harmonies of #085BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BE6

Black with #085BE6

Text Example


Text Example

White with #085BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,91,230); }

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

background-color css

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

 a { background-color: rgb(8,91,230); }

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

border-color css

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

 span { border-color: rgb(8,91,230); }

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