Html Css Color HEX #0851EC Navy Blue

📋 copy color: '#0851EC'

red 8 ◦ green 81 ◦ blue 236

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

Shades of Navy Blue #0851EC

Tints of Navy Blue #0851EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

 BLUE value IS 236 (92.58% from 255) = 72.62%

R = 2.46%
G = 24.92%
B = 72.62%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0851EC (or 0x0851EC) is known color: Navy Blue. HEX triplet: 08, 51 and EC. RGB value is (8,81,236). Sum of RGB (Red+Green+Blue) = 8+81+236=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #0851EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0851EC is #F7AE13. Grayscale: #4C4C4C. Windows color (decimal): -16231956 or 15487240. OLE color: 15487240.

HSL color Cylindrical-coordinate representation of color #0851EC: hue angle of 220.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0851EC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 81 236 -
CMYK 0.97 0.66 0 0.07
HSL 220.79º 0.93% 0.48% -
HSV(B) 220.79º 0.97% 0.93% -
XYZ 18.18 11.99 80.71 -
YUV 76.84 217.82 78.9 -
System Red Green Blue C M Y K H S L
Decimal 8 81 236 0.97 0.66 0 0.07 220.79 0.93 0.48
Hex 8 51 EC 61 42 0 7 DD 5D 30
Octal 10 121 354 141 102 0 7 335 135 60
Binary 1000 1010001 11101100 1100001 1000010 0 111 11011101 1011101 110000

Color Harmonies of #0851EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0851EC

Black with #0851EC

Text Example


Text Example

White with #0851EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0851EC; }

 p { color: rgb(8,81,236); }

 H1.HeaderClassName
 {
   color: #0851EC;
 }
 .AnyTagClassName
 {
   color: #0851EC;
 }
</style>

background-color css

<style>
 a { background-color: #0851EC; }

 a { background-color: rgb(8,81,236); }

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

border-color css

<style>
 span { border-color: #0851EC; }

 span { border-color: rgb(8,81,236); }

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