Html Css Color HEX #074CDB Navy Blue

📋 copy color: '#074CDB'

red 7 ◦ green 76 ◦ blue 219

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

Shades of Navy Blue #074CDB

Tints of Navy Blue #074CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

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

R = 2.32%
G = 25.17%
B = 72.52%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#074CDB (or 0x074CDB) is known color: Navy Blue. HEX triplet: 07, 4C and DB. RGB value is (7,76,219). Sum of RGB (Red+Green+Blue) = 7+76+219=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #074CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CDB is #F8B324. Grayscale: #474747. Windows color (decimal): -16298789 or 14371847. OLE color: 14371847.

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

Color convert

RGB 7 76 219 -
CMYK 0.97 0.65 0 0.14
HSL 220.47º 0.94% 0.44% -
HSV(B) 220.47º 0.97% 0.86% -
XYZ 15.46 10.33 68.2 -
YUV 71.67 211.14 81.87 -
System Red Green Blue C M Y K H S L
Decimal 7 76 219 0.97 0.65 0 0.14 220.47 0.94 0.44
Hex 7 4C DB 61 41 0 E DC 5E 2C
Octal 7 114 333 141 101 0 16 334 136 54
Binary 111 1001100 11011011 1100001 1000001 0 1110 11011100 1011110 101100

Color Harmonies of #074CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CDB

Black with #074CDB

Text Example


Text Example

White with #074CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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