Html Css Color HEX #074FCE Navy Blue

📋 copy color: '#074FCE'

red 7 ◦ green 79 ◦ blue 206

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

Shades of Navy Blue #074FCE

Tints of Navy Blue #074FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 2.4%
G = 27.05%
B = 70.55%

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

#074FCE (or 0x074FCE) is known color: Navy Blue. HEX triplet: 07, 4F and CE. RGB value is (7,79,206). Sum of RGB (Red+Green+Blue) = 7+79+206=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #074FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FCE is #F8B031. Grayscale: #474747. Windows color (decimal): -16298034 or 13520647. OLE color: 13520647.

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

Color convert

RGB 7 79 206 -
CMYK 0.97 0.62 0 0.19
HSL 218.29º 0.93% 0.42% -
HSV(B) 218.29º 0.97% 0.81% -
XYZ 14.02 10.09 59.6 -
YUV 71.95 203.65 81.67 -
System Red Green Blue C M Y K H S L
Decimal 7 79 206 0.97 0.62 0 0.19 218.29 0.93 0.42
Hex 7 4F CE 61 3E 0 13 DA 5D 2A
Octal 7 117 316 141 76 0 23 332 135 52
Binary 111 1001111 11001110 1100001 111110 0 10011 11011010 1011101 101010

Color Harmonies of #074FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FCE

Black with #074FCE

Text Example


Text Example

White with #074FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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