#0745EC

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

Shades of Navy Blue #0745EC

Tints of Navy Blue #0745EC

Color information

#0745EC (or 0x0745EC) is unknown color: approx Navy Blue. HEX triplet: 07, 45 and EC. RGB value is (7,69,236). Sum of RGB (Red+Green+Blue) = 7+69+236=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #0745EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0745EC is #F8BA13. Grayscale: #444444. Windows color (decimal): -16300564 or 15484167. OLE color: 15484167.

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

Color convert

RGB769236-
CMYK0.970.7100.07
HSL223.76º94.24%47.65%-
HSV(B)223.76º97.03%92.55%-
XYZ17.3610.3680.44-
YUV69.5221.9683.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 236 (92.58% from 255) = 75.64%
R=2.24%
G=22.12%
B=75.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7692360.970.7100.07223.7694.2447.65
Hex745EC614707e05e30
Octal71053541411070734013660
Binary111100010111101100110000110001110111111000001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0745EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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