Html Css Color HEX #074ECC Navy Blue

📋 copy color: '#074ECC'

red 7 ◦ green 78 ◦ blue 204

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

Shades of Navy Blue #074ECC

Tints of Navy Blue #074ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 2.42%
G = 26.99%
B = 70.59%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#074ECC (or 0x074ECC) is known color: Navy Blue. HEX triplet: 07, 4E and CC. RGB value is (7,78,204). Sum of RGB (Red+Green+Blue) = 7+78+204=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #074ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074ECC is #F8B133. Grayscale: #464646. Windows color (decimal): -16298292 or 13389319. OLE color: 13389319.

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

Color convert

RGB 7 78 204 -
CMYK 0.97 0.62 0 0.2
HSL 218.38º 0.93% 0.41% -
HSV(B) 218.38º 0.97% 0.8% -
XYZ 13.71 9.85 58.31 -
YUV 71.14 202.98 82.25 -
System Red Green Blue C M Y K H S L
Decimal 7 78 204 0.97 0.62 0 0.2 218.38 0.93 0.41
Hex 7 4E CC 61 3E 0 14 DA 5D 29
Octal 7 116 314 141 76 0 24 332 135 51
Binary 111 1001110 11001100 1100001 111110 0 10100 11011010 1011101 101001

Color Harmonies of #074ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074ECC

Black with #074ECC

Text Example


Text Example

White with #074ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,78,204); }

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

background-color css

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

 a { background-color: rgb(7,78,204); }

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

border-color css

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

 span { border-color: rgb(7,78,204); }

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