Html Css Color HEX #074EDB Navy Blue

📋 copy color: '#074EDB'

red 7 ◦ green 78 ◦ blue 219

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

Shades of Navy Blue #074EDB

Tints of Navy Blue #074EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.04%

R = 2.3%
G = 25.66%
B = 72.04%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#074EDB (or 0x074EDB) is known color: Navy Blue. HEX triplet: 07, 4E and DB. RGB value is (7,78,219). Sum of RGB (Red+Green+Blue) = 7+78+219=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #074EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EDB is #F8B124. Grayscale: #484848. Windows color (decimal): -16298277 or 14372359. OLE color: 14372359.

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

Color convert

RGB 7 78 219 -
CMYK 0.97 0.64 0 0.14
HSL 219.91º 0.94% 0.44% -
HSV(B) 219.91º 0.97% 0.86% -
XYZ 15.6 10.61 68.24 -
YUV 72.85 210.48 81.04 -
System Red Green Blue C M Y K H S L
Decimal 7 78 219 0.97 0.64 0 0.14 219.91 0.94 0.44
Hex 7 4E DB 61 40 0 E DC 5E 2C
Octal 7 116 333 141 100 0 16 334 136 54
Binary 111 1001110 11011011 1100001 1000000 0 1110 11011100 1011110 101100

Color Harmonies of #074EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074EDB

Black with #074EDB

Text Example


Text Example

White with #074EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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