Html Css Color HEX #0747ED Navy Blue

📋 copy color: '#0747ED'

red 7 ◦ green 71 ◦ blue 237

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

Shades of Navy Blue #0747ED

Tints of Navy Blue #0747ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 237 (92.97% from 255) = 75.24%

R = 2.22%
G = 22.54%
B = 75.24%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0747ED (or 0x0747ED) is known color: Navy Blue. HEX triplet: 07, 47 and ED. RGB value is (7,71,237). Sum of RGB (Red+Green+Blue) = 7+71+237=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #0747ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0747ED is #F8B812. Grayscale: #464646. Windows color (decimal): -16300051 or 15550215. OLE color: 15550215.

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

Color convert

RGB 7 71 237 -
CMYK 0.97 0.70 0 0.07
HSL 223.3º 0.94% 0.48% -
HSV(B) 223.3º 0.97% 0.93% -
XYZ 17.63 10.67 81.25 -
YUV 70.79 221.8 82.5 -
System Red Green Blue C M Y K H S L
Decimal 7 71 237 0.97 0.70 0 0.07 223.3 0.94 0.48
Hex 7 47 ED 61 46 0 7 DF 5E 30
Octal 7 107 355 141 106 0 7 337 136 60
Binary 111 1000111 11101101 1100001 1000110 0 111 11011111 1011110 110000

Color Harmonies of #0747ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0747ED

Black with #0747ED

Text Example


Text Example

White with #0747ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0747ED; }

 p { color: rgb(7,71,237); }

 H1.HeaderClassName
 {
   color: #0747ED;
 }
 .AnyTagClassName
 {
   color: #0747ED;
 }
</style>

background-color css

<style>
 a { background-color: #0747ED; }

 a { background-color: rgb(7,71,237); }

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

border-color css

<style>
 span { border-color: #0747ED; }

 span { border-color: rgb(7,71,237); }

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