Html Css Color HEX #085BEB Navy Blue

📋 copy color: '#085BEB'

red 8 ◦ green 91 ◦ blue 235

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

Shades of Navy Blue #085BEB

Tints of Navy Blue #085BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.36%

R = 2.4%
G = 27.25%
B = 70.36%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#085BEB (or 0x085BEB) is known color: Navy Blue. HEX triplet: 08, 5B and EB. RGB value is (8,91,235). Sum of RGB (Red+Green+Blue) = 8+91+235=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #085BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BEB is #F7A414. Grayscale: #515151. Windows color (decimal): -16229397 or 15424264. OLE color: 15424264.

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

Color convert

RGB 8 91 235 -
CMYK 0.97 0.61 0 0.08
HSL 218.06º 0.93% 0.48% -
HSV(B) 218.06º 0.97% 0.92% -
XYZ 18.84 13.53 80.22 -
YUV 82.6 214 74.79 -
System Red Green Blue C M Y K H S L
Decimal 8 91 235 0.97 0.61 0 0.08 218.06 0.93 0.48
Hex 8 5B EB 61 3D 0 8 DA 5D 30
Octal 10 133 353 141 75 0 10 332 135 60
Binary 1000 1011011 11101011 1100001 111101 0 1000 11011010 1011101 110000

Color Harmonies of #085BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BEB

Black with #085BEB

Text Example


Text Example

White with #085BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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