Html Css Color HEX #074FCD Navy Blue

📋 copy color: '#074FCD'

red 7 ◦ green 79 ◦ blue 205

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

Shades of Navy Blue #074FCD

Tints of Navy Blue #074FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.45%

R = 2.41%
G = 27.15%
B = 70.45%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#074FCD (or 0x074FCD) is known color: Navy Blue. HEX triplet: 07, 4F and CD. RGB value is (7,79,205). Sum of RGB (Red+Green+Blue) = 7+79+205=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #074FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FCD is #F8B032. Grayscale: #474747. Windows color (decimal): -16298035 or 13455111. OLE color: 13455111.

HSL color Cylindrical-coordinate representation of color #074FCD: hue angle of 218.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074FCD is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 79 205 -
CMYK 0.97 0.61 0 0.20
HSL 218.18º 0.93% 0.42% -
HSV(B) 218.18º 0.97% 0.8% -
XYZ 13.9 10.04 58.96 -
YUV 71.84 203.15 81.75 -
System Red Green Blue C M Y K H S L
Decimal 7 79 205 0.97 0.61 0 0.20 218.18 0.93 0.42
Hex 7 4F CD 61 3D 0 14 DA 5D 2A
Octal 7 117 315 141 75 0 24 332 135 52
Binary 111 1001111 11001101 1100001 111101 0 10100 11011010 1011101 101010

Color Harmonies of #074FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FCD

Black with #074FCD

Text Example


Text Example

White with #074FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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