Html Css Color HEX #0758EF Navy Blue

📋 copy color: '#0758EF'

red 7 ◦ green 88 ◦ blue 239

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

Shades of Navy Blue #0758EF

Tints of Navy Blue #0758EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.56%

R = 2.1%
G = 26.35%
B = 71.56%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0758EF (or 0x0758EF) is known color: Navy Blue. HEX triplet: 07, 58 and EF. RGB value is (7,88,239). Sum of RGB (Red+Green+Blue) = 7+88+239=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #0758EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0758EF is #F8A710. Grayscale: #505050. Windows color (decimal): -16295697 or 15685639. OLE color: 15685639.

HSL color Cylindrical-coordinate representation of color #0758EF: hue angle of 219.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0758EF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 88 239 -
CMYK 0.97 0.63 0 0.06
HSL 219.05º 0.94% 0.48% -
HSV(B) 219.05º 0.97% 0.94% -
XYZ 19.16 13.26 83.21 -
YUV 81 217.16 75.22 -
System Red Green Blue C M Y K H S L
Decimal 7 88 239 0.97 0.63 0 0.06 219.05 0.94 0.48
Hex 7 58 EF 61 3F 0 6 DB 5E 30
Octal 7 130 357 141 77 0 6 333 136 60
Binary 111 1011000 11101111 1100001 111111 0 110 11011011 1011110 110000

Color Harmonies of #0758EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0758EF

Black with #0758EF

Text Example


Text Example

White with #0758EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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