Html Css Color HEX #074ACE Navy Blue

📋 copy color: '#074ACE'

red 7 ◦ green 74 ◦ blue 206

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

Shades of Navy Blue #074ACE

Tints of Navy Blue #074ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 2.44%
G = 25.78%
B = 71.78%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#074ACE (or 0x074ACE) is known color: Navy Blue. HEX triplet: 07, 4A and CE. RGB value is (7,74,206). Sum of RGB (Red+Green+Blue) = 7+74+206=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #074ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074ACE is #F8B531. Grayscale: #444444. Windows color (decimal): -16299314 or 13519367. OLE color: 13519367.

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

Color convert

RGB 7 74 206 -
CMYK 0.97 0.64 0 0.19
HSL 219.8º 0.93% 0.42% -
HSV(B) 219.8º 0.97% 0.81% -
XYZ 13.68 9.4 59.49 -
YUV 69.02 205.3 83.77 -
System Red Green Blue C M Y K H S L
Decimal 7 74 206 0.97 0.64 0 0.19 219.8 0.93 0.42
Hex 7 4A CE 61 40 0 13 DC 5D 2A
Octal 7 112 316 141 100 0 23 334 135 52
Binary 111 1001010 11001110 1100001 1000000 0 10011 11011100 1011101 101010

Color Harmonies of #074ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074ACE

Black with #074ACE

Text Example


Text Example

White with #074ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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