Html Css Color HEX #085CE8 Navy Blue

📋 copy color: '#085CE8'

red 8 ◦ green 92 ◦ blue 232

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

Shades of Navy Blue #085CE8

Tints of Navy Blue #085CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 69.88%

R = 2.41%
G = 27.71%
B = 69.88%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#085CE8 (or 0x085CE8) is known color: Navy Blue. HEX triplet: 08, 5C and E8. RGB value is (8,92,232). Sum of RGB (Red+Green+Blue) = 8+92+232=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 232 (91.02% from 255 or 69.88% from 332); Max value from RGB is 232 - color contains mainly: blue. Hex color #085CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CE8 is #F7A317. Grayscale: #525252. Windows color (decimal): -16229144 or 15227912. OLE color: 15227912.

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

Color convert

RGB 8 92 232 -
CMYK 0.97 0.60 0 0.09
HSL 217.5º 0.93% 0.47% -
HSV(B) 217.5º 0.97% 0.91% -
XYZ 18.49 13.53 77.98 -
YUV 82.84 212.17 74.62 -
System Red Green Blue C M Y K H S L
Decimal 8 92 232 0.97 0.60 0 0.09 217.5 0.93 0.47
Hex 8 5C E8 61 3C 0 9 DA 5D 2F
Octal 10 134 350 141 74 0 11 332 135 57
Binary 1000 1011100 11101000 1100001 111100 0 1001 11011010 1011101 101111

Color Harmonies of #085CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CE8

Black with #085CE8

Text Example


Text Example

White with #085CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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