Html Css Color HEX #0751EC Navy Blue

📋 copy color: '#0751EC'

red 7 ◦ green 81 ◦ blue 236

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

Shades of Navy Blue #0751EC

Tints of Navy Blue #0751EC

RGB

 RED value IS 7 (3.13% from 255) = 2.16%

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

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

R = 2.16%
G = 25%
B = 72.84%

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

#0751EC (or 0x0751EC) is known color: Navy Blue. HEX triplet: 07, 51 and EC. RGB value is (7,81,236). Sum of RGB (Red+Green+Blue) = 7+81+236=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #0751EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0751EC is #F8AE13. Grayscale: #4B4B4B. Windows color (decimal): -16297492 or 15487239. OLE color: 15487239.

HSL color Cylindrical-coordinate representation of color #0751EC: hue angle of 220.61º degrees, saturation: 0.94, 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 #0751EC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 81 236 -
CMYK 0.97 0.66 0 0.07
HSL 220.61º 0.94% 0.48% -
HSV(B) 220.61º 0.97% 0.93% -
XYZ 18.17 11.99 80.71 -
YUV 76.54 217.98 78.4 -
System Red Green Blue C M Y K H S L
Decimal 7 81 236 0.97 0.66 0 0.07 220.61 0.94 0.48
Hex 7 51 EC 61 42 0 7 DD 5E 30
Octal 7 121 354 141 102 0 7 335 136 60
Binary 111 1010001 11101100 1100001 1000010 0 111 11011101 1011110 110000

Color Harmonies of #0751EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0751EC

Black with #0751EC

Text Example


Text Example

White with #0751EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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