Html Css Color HEX #0759EB Navy Blue

📋 copy color: '#0759EB'

red 7 ◦ green 89 ◦ blue 235

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

Shades of Navy Blue #0759EB

Tints of Navy Blue #0759EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 235 (92.19% from 255) = 71%

R = 2.11%
G = 26.89%
B = 71%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0759EB (or 0x0759EB) is known color: Navy Blue. HEX triplet: 07, 59 and EB. RGB value is (7,89,235). Sum of RGB (Red+Green+Blue) = 7+89+235=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #0759EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0759EB is #F8A614. Grayscale: #505050. Windows color (decimal): -16295445 or 15423751. OLE color: 15423751.

HSL color Cylindrical-coordinate representation of color #0759EB: hue angle of 218.42º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0759EB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 89 235 -
CMYK 0.97 0.62 0 0.08
HSL 218.42º 0.94% 0.47% -
HSV(B) 218.42º 0.97% 0.92% -
XYZ 18.66 13.19 80.16 -
YUV 81.13 214.83 75.13 -
System Red Green Blue C M Y K H S L
Decimal 7 89 235 0.97 0.62 0 0.08 218.42 0.94 0.47
Hex 7 59 EB 61 3E 0 8 DA 5E 2F
Octal 7 131 353 141 76 0 10 332 136 57
Binary 111 1011001 11101011 1100001 111110 0 1000 11011010 1011110 101111

Color Harmonies of #0759EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0759EB

Black with #0759EB

Text Example


Text Example

White with #0759EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0759EB; }

 p { color: rgb(7,89,235); }

 H1.HeaderClassName
 {
   color: #0759EB;
 }
 .AnyTagClassName
 {
   color: #0759EB;
 }
</style>

background-color css

<style>
 a { background-color: #0759EB; }

 a { background-color: rgb(7,89,235); }

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

border-color css

<style>
 span { border-color: #0759EB; }

 span { border-color: rgb(7,89,235); }

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