Html Css Color HEX #074FDB Navy Blue

📋 copy color: '#074FDB'

red 7 ◦ green 79 ◦ blue 219

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

Shades of Navy Blue #074FDB

Tints of Navy Blue #074FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

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

R = 2.3%
G = 25.9%
B = 71.8%

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

#074FDB (or 0x074FDB) is known color: Navy Blue. HEX triplet: 07, 4F and DB. RGB value is (7,79,219). Sum of RGB (Red+Green+Blue) = 7+79+219=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #074FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FDB is #F8B024. Grayscale: #484848. Windows color (decimal): -16298021 or 14372615. OLE color: 14372615.

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

Color convert

RGB 7 79 219 -
CMYK 0.97 0.64 0 0.14
HSL 219.62º 0.94% 0.44% -
HSV(B) 219.62º 0.97% 0.86% -
XYZ 15.67 10.75 68.27 -
YUV 73.43 210.15 80.62 -
System Red Green Blue C M Y K H S L
Decimal 7 79 219 0.97 0.64 0 0.14 219.62 0.94 0.44
Hex 7 4F DB 61 40 0 E DC 5E 2C
Octal 7 117 333 141 100 0 16 334 136 54
Binary 111 1001111 11011011 1100001 1000000 0 1110 11011100 1011110 101100

Color Harmonies of #074FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FDB

Black with #074FDB

Text Example


Text Example

White with #074FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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