Html Css Color HEX #0750FD Navy Blue

📋 copy color: '#0750FD'

red 7 ◦ green 80 ◦ blue 253

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

Shades of Navy Blue #0750FD

Tints of Navy Blue #0750FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 253 (99.22% from 255) = 74.41%

R = 2.06%
G = 23.53%
B = 74.41%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0750FD (or 0x0750FD) is known color: Navy Blue. HEX triplet: 07, 50 and FD. RGB value is (7,80,253). Sum of RGB (Red+Green+Blue) = 7+80+253=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #0750FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0750FD is #F8AF02. Grayscale: #4D4D4D. Windows color (decimal): -16297731 or 16601095. OLE color: 16601095.

HSL color Cylindrical-coordinate representation of color #0750FD: hue angle of 222.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0750FD is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 80 253 -
CMYK 0.97 0.68 0 0.01
HSL 222.2º 0.98% 0.51% -
HSV(B) 222.2º 0.97% 0.99% -
XYZ 20.69 12.87 94.32 -
YUV 77.9 226.82 77.43 -
System Red Green Blue C M Y K H S L
Decimal 7 80 253 0.97 0.68 0 0.01 222.2 0.98 0.51
Hex 7 50 FD 61 44 0 1 DE 62 33
Octal 7 120 375 141 104 0 1 336 142 63
Binary 111 1010000 11111101 1100001 1000100 0 1 11011110 1100010 110011

Color Harmonies of #0750FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0750FD

Black with #0750FD

Text Example


Text Example

White with #0750FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0750FD; }

 p { color: rgb(7,80,253); }

 H1.HeaderClassName
 {
   color: #0750FD;
 }
 .AnyTagClassName
 {
   color: #0750FD;
 }
</style>

background-color css

<style>
 a { background-color: #0750FD; }

 a { background-color: rgb(7,80,253); }

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

border-color css

<style>
 span { border-color: #0750FD; }

 span { border-color: rgb(7,80,253); }

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