#0751DF

Color #0751DF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0751DF

Tints of Navy Blue #0751DF

Color information

#0751DF (or 0x0751DF) is unknown color: approx Navy Blue. HEX triplet: 07, 51 and DF. RGB value is (7,81,223). Sum of RGB (Red+Green+Blue) = 7+81+223=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #0751DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0751DF is #F8AE20. Grayscale: #4A4A4A. Windows color (decimal): -16297505 or 14635271. OLE color: 14635271.

HSL color Cylindrical-coordinate representation of color #0751DF: hue angle of 219.44º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0751DF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB781223-
CMYK0.970.6400.13
HSL219.44º93.91%45.1%-
HSV(B)219.44º96.86%87.45%-
XYZ16.3511.2671.12-
YUV75.06211.4879.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.25%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 223 (87.5% from 255) = 71.70%
R=2.25%
G=26.05%
B=71.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7812230.970.6400.13219.4493.9145.1
Hex751DF61400Ddb5e2d
Octal712133714110001533313655
Binary1111010001110111111100001100000001101110110111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0751DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0751DF;
 }
 .AnyTagClassName
 {
   color: #0751DF;
 }
</style>
background-color css

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

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

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

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

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

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