Html Css Color HEX #074EEC Navy Blue

📋 copy color: '#074EEC'

red 7 ◦ green 78 ◦ blue 236

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

Shades of Navy Blue #074EEC

Tints of Navy Blue #074EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.52%

R = 2.18%
G = 24.3%
B = 73.52%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#074EEC (or 0x074EEC) is known color: Navy Blue. HEX triplet: 07, 4E and EC. RGB value is (7,78,236). Sum of RGB (Red+Green+Blue) = 7+78+236=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #074EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074EEC is #F8B113. Grayscale: #4A4A4A. Windows color (decimal): -16298260 or 15486471. OLE color: 15486471.

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

Color convert

RGB 7 78 236 -
CMYK 0.97 0.67 0 0.07
HSL 221.4º 0.94% 0.48% -
HSV(B) 221.4º 0.97% 0.93% -
XYZ 17.95 11.55 80.64 -
YUV 74.78 218.98 79.65 -
System Red Green Blue C M Y K H S L
Decimal 7 78 236 0.97 0.67 0 0.07 221.4 0.94 0.48
Hex 7 4E EC 61 43 0 7 DD 5E 30
Octal 7 116 354 141 103 0 7 335 136 60
Binary 111 1001110 11101100 1100001 1000011 0 111 11011101 1011110 110000

Color Harmonies of #074EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074EEC

Black with #074EEC

Text Example


Text Example

White with #074EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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