Html Css Color HEX #074ECE Navy Blue

📋 copy color: '#074ECE'

red 7 ◦ green 78 ◦ blue 206

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

Shades of Navy Blue #074ECE

Tints of Navy Blue #074ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.8%

 BLUE value IS 206 (80.86% from 255) = 70.79%

R = 2.41%
G = 26.8%
B = 70.79%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#074ECE (or 0x074ECE) is known color: Navy Blue. HEX triplet: 07, 4E and CE. RGB value is (7,78,206). Sum of RGB (Red+Green+Blue) = 7+78+206=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #074ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074ECE is #F8B131. Grayscale: #464646. Windows color (decimal): -16298290 or 13520391. OLE color: 13520391.

HSL color Cylindrical-coordinate representation of color #074ECE: hue angle of 218.59º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074ECE is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 78 206 -
CMYK 0.97 0.62 0 0.19
HSL 218.59º 0.93% 0.42% -
HSV(B) 218.59º 0.97% 0.81% -
XYZ 13.95 9.95 59.58 -
YUV 71.36 203.98 82.09 -
System Red Green Blue C M Y K H S L
Decimal 7 78 206 0.97 0.62 0 0.19 218.59 0.93 0.42
Hex 7 4E CE 61 3E 0 13 DB 5D 2A
Octal 7 116 316 141 76 0 23 333 135 52
Binary 111 1001110 11001110 1100001 111110 0 10011 11011011 1011101 101010

Color Harmonies of #074ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074ECE

Black with #074ECE

Text Example


Text Example

White with #074ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074ECE; }

 p { color: rgb(7,78,206); }

 H1.HeaderClassName
 {
   color: #074ECE;
 }
 .AnyTagClassName
 {
   color: #074ECE;
 }
</style>

background-color css

<style>
 a { background-color: #074ECE; }

 a { background-color: rgb(7,78,206); }

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

border-color css

<style>
 span { border-color: #074ECE; }

 span { border-color: rgb(7,78,206); }

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