Html Css Color HEX #074CCC Navy Blue

📋 copy color: '#074CCC'

red 7 ◦ green 76 ◦ blue 204

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

Shades of Navy Blue #074CCC

Tints of Navy Blue #074CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.48%

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

R = 2.44%
G = 26.48%
B = 71.08%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#074CCC (or 0x074CCC) is known color: Navy Blue. HEX triplet: 07, 4C and CC. RGB value is (7,76,204). Sum of RGB (Red+Green+Blue) = 7+76+204=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #074CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CCC is #F8B333. Grayscale: #454545. Windows color (decimal): -16298804 or 13388807. OLE color: 13388807.

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

Color convert

RGB 7 76 204 -
CMYK 0.97 0.63 0 0.2
HSL 218.98º 0.93% 0.41% -
HSV(B) 218.98º 0.97% 0.8% -
XYZ 13.57 9.57 58.26 -
YUV 69.96 203.64 83.09 -
System Red Green Blue C M Y K H S L
Decimal 7 76 204 0.97 0.63 0 0.2 218.98 0.93 0.41
Hex 7 4C CC 61 3F 0 14 DB 5D 29
Octal 7 114 314 141 77 0 24 333 135 51
Binary 111 1001100 11001100 1100001 111111 0 10100 11011011 1011101 101001

Color Harmonies of #074CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CCC

Black with #074CCC

Text Example


Text Example

White with #074CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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