Html Css Color HEX #074DCC Navy Blue

📋 copy color: '#074DCC'

red 7 ◦ green 77 ◦ blue 204

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

Shades of Navy Blue #074DCC

Tints of Navy Blue #074DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.74%

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

R = 2.43%
G = 26.74%
B = 70.83%

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

#074DCC (or 0x074DCC) is known color: Navy Blue. HEX triplet: 07, 4D and CC. RGB value is (7,77,204). Sum of RGB (Red+Green+Blue) = 7+77+204=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #074DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DCC is #F8B233. Grayscale: #454545. Windows color (decimal): -16298548 or 13389063. OLE color: 13389063.

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

Color convert

RGB 7 77 204 -
CMYK 0.97 0.62 0 0.2
HSL 218.68º 0.93% 0.41% -
HSV(B) 218.68º 0.97% 0.8% -
XYZ 13.64 9.71 58.28 -
YUV 70.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 7 77 204 0.97 0.62 0 0.2 218.68 0.93 0.41
Hex 7 4D CC 61 3E 0 14 DB 5D 29
Octal 7 115 314 141 76 0 24 333 135 51
Binary 111 1001101 11001100 1100001 111110 0 10100 11011011 1011101 101001

Color Harmonies of #074DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DCC

Black with #074DCC

Text Example


Text Example

White with #074DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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