Html Css Color HEX #0758EC Navy Blue

📋 copy color: '#0758EC'

red 7 ◦ green 88 ◦ blue 236

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

Shades of Navy Blue #0758EC

Tints of Navy Blue #0758EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

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

R = 2.11%
G = 26.59%
B = 71.3%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0758EC (or 0x0758EC) is known color: Navy Blue. HEX triplet: 07, 58 and EC. RGB value is (7,88,236). Sum of RGB (Red+Green+Blue) = 7+88+236=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #0758EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0758EC is #F8A713. Grayscale: #4F4F4F. Windows color (decimal): -16295700 or 15489031. OLE color: 15489031.

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

Color convert

RGB 7 88 236 -
CMYK 0.97 0.63 0 0.07
HSL 218.78º 0.94% 0.48% -
HSV(B) 218.78º 0.97% 0.93% -
XYZ 18.72 13.08 80.9 -
YUV 80.65 215.66 75.47 -
System Red Green Blue C M Y K H S L
Decimal 7 88 236 0.97 0.63 0 0.07 218.78 0.94 0.48
Hex 7 58 EC 61 3F 0 7 DB 5E 30
Octal 7 130 354 141 77 0 7 333 136 60
Binary 111 1011000 11101100 1100001 111111 0 111 11011011 1011110 110000

Color Harmonies of #0758EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0758EC

Black with #0758EC

Text Example


Text Example

White with #0758EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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