Html Css Color HEX #074EDA Navy Blue

📋 copy color: '#074EDA'

red 7 ◦ green 78 ◦ blue 218

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

Shades of Navy Blue #074EDA

Tints of Navy Blue #074EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.95%

R = 2.31%
G = 25.74%
B = 71.95%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#074EDA (or 0x074EDA) is known color: Navy Blue. HEX triplet: 07, 4E and DA. RGB value is (7,78,218). Sum of RGB (Red+Green+Blue) = 7+78+218=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #074EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EDA is #F8B125. Grayscale: #484848. Windows color (decimal): -16298278 or 14306823. OLE color: 14306823.

HSL color Cylindrical-coordinate representation of color #074EDA: hue angle of 219.81º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EDA is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 78 218 -
CMYK 0.97 0.64 0 0.15
HSL 219.81º 0.94% 0.44% -
HSV(B) 219.81º 0.97% 0.85% -
XYZ 15.47 10.56 67.55 -
YUV 72.73 209.98 81.12 -
System Red Green Blue C M Y K H S L
Decimal 7 78 218 0.97 0.64 0 0.15 219.81 0.94 0.44
Hex 7 4E DA 61 40 0 F DC 5E 2C
Octal 7 116 332 141 100 0 17 334 136 54
Binary 111 1001110 11011010 1100001 1000000 0 1111 11011100 1011110 101100

Color Harmonies of #074EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074EDA

Black with #074EDA

Text Example


Text Example

White with #074EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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