Html Css Color HEX #074FCF Navy Blue

📋 copy color: '#074FCF'

red 7 ◦ green 79 ◦ blue 207

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

Shades of Navy Blue #074FCF

Tints of Navy Blue #074FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 2.39%
G = 26.96%
B = 70.65%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#074FCF (or 0x074FCF) is known color: Navy Blue. HEX triplet: 07, 4F and CF. RGB value is (7,79,207). Sum of RGB (Red+Green+Blue) = 7+79+207=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #074FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FCF is #F8B030. Grayscale: #474747. Windows color (decimal): -16298033 or 13586183. OLE color: 13586183.

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

Color convert

RGB 7 79 207 -
CMYK 0.97 0.62 0 0.19
HSL 218.4º 0.93% 0.42% -
HSV(B) 218.4º 0.97% 0.81% -
XYZ 14.15 10.14 60.24 -
YUV 72.06 204.15 81.59 -
System Red Green Blue C M Y K H S L
Decimal 7 79 207 0.97 0.62 0 0.19 218.4 0.93 0.42
Hex 7 4F CF 61 3E 0 13 DA 5D 2A
Octal 7 117 317 141 76 0 23 332 135 52
Binary 111 1001111 11001111 1100001 111110 0 10011 11011010 1011101 101010

Color Harmonies of #074FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FCF

Black with #074FCF

Text Example


Text Example

White with #074FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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