Html Css Color HEX #074CFF Navy Blue

📋 copy color: '#074CFF'

red 7 ◦ green 76 ◦ blue 255

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

Shades of Navy Blue #074CFF

Tints of Navy Blue #074CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.44%

R = 2.07%
G = 22.49%
B = 75.44%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#074CFF (or 0x074CFF) is known color: Navy Blue. HEX triplet: 07, 4C and FF. RGB value is (7,76,255). Sum of RGB (Red+Green+Blue) = 7+76+255=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #074CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CFF is #F8B300. Grayscale: #4A4A4A. Windows color (decimal): -16298753 or 16731143. OLE color: 16731143.

HSL color Cylindrical-coordinate representation of color #074CFF: hue angle of 223.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CFF is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 7 76 255 -
CMYK 0.97 0.70 0 0
HSL 223.31º 1% 0.51% -
HSV(B) 223.31º 0.97% 1% -
XYZ 20.72 12.43 95.92 -
YUV 75.78 229.14 78.95 -
System Red Green Blue C M Y K H S L
Decimal 7 76 255 0.97 0.70 0 0 223.31 1 0.51
Hex 7 4C FF 61 46 0 0 DF 64 33
Octal 7 114 377 141 106 0 0 337 144 63
Binary 111 1001100 11111111 1100001 1000110 0 0 11011111 1100100 110011

Color Harmonies of #074CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CFF

Black with #074CFF

Text Example


Text Example

White with #074CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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