Html Css Color HEX #0747EE Navy Blue

📋 copy color: '#0747EE'

red 7 ◦ green 71 ◦ blue 238

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

Shades of Navy Blue #0747EE

Tints of Navy Blue #0747EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 75.32%

R = 2.22%
G = 22.47%
B = 75.32%

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

#0747EE (or 0x0747EE) is known color: Navy Blue. HEX triplet: 07, 47 and EE. RGB value is (7,71,238). Sum of RGB (Red+Green+Blue) = 7+71+238=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #0747EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0747EE is #F8B811. Grayscale: #464646. Windows color (decimal): -16300050 or 15615751. OLE color: 15615751.

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

Color convert

RGB 7 71 238 -
CMYK 0.97 0.70 0 0.07
HSL 223.38º 0.94% 0.48% -
HSV(B) 223.38º 0.97% 0.93% -
XYZ 17.77 10.72 82.02 -
YUV 70.9 222.3 82.42 -
System Red Green Blue C M Y K H S L
Decimal 7 71 238 0.97 0.70 0 0.07 223.38 0.94 0.48
Hex 7 47 EE 61 46 0 7 DF 5E 30
Octal 7 107 356 141 106 0 7 337 136 60
Binary 111 1000111 11101110 1100001 1000110 0 111 11011111 1011110 110000

Color Harmonies of #0747EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0747EE

Black with #0747EE

Text Example


Text Example

White with #0747EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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