Html Css Color HEX #085BEA Navy Blue

📋 copy color: '#085BEA'

red 8 ◦ green 91 ◦ blue 234

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

Shades of Navy Blue #085BEA

Tints of Navy Blue #085BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.27%

R = 2.4%
G = 27.33%
B = 70.27%

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

#085BEA (or 0x085BEA) is known color: Navy Blue. HEX triplet: 08, 5B and EA. RGB value is (8,91,234). Sum of RGB (Red+Green+Blue) = 8+91+234=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #085BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BEA is #F7A415. Grayscale: #515151. Windows color (decimal): -16229398 or 15358728. OLE color: 15358728.

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

Color convert

RGB 8 91 234 -
CMYK 0.97 0.61 0 0.08
HSL 217.96º 0.93% 0.47% -
HSV(B) 217.96º 0.97% 0.92% -
XYZ 18.69 13.47 79.46 -
YUV 82.49 213.5 74.87 -
System Red Green Blue C M Y K H S L
Decimal 8 91 234 0.97 0.61 0 0.08 217.96 0.93 0.47
Hex 8 5B EA 61 3D 0 8 DA 5D 2F
Octal 10 133 352 141 75 0 10 332 135 57
Binary 1000 1011011 11101010 1100001 111101 0 1000 11011010 1011101 101111

Color Harmonies of #085BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BEA

Black with #085BEA

Text Example


Text Example

White with #085BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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