Html Css Color HEX #074DFF Navy Blue

📋 copy color: '#074DFF'

red 7 ◦ green 77 ◦ blue 255

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

Shades of Navy Blue #074DFF

Tints of Navy Blue #074DFF

RGB

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

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

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

R = 2.06%
G = 22.71%
B = 75.22%

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

#074DFF (or 0x074DFF) is known color: Navy Blue. HEX triplet: 07, 4D and FF. RGB value is (7,77,255). Sum of RGB (Red+Green+Blue) = 7+77+255=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #074DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074DFF is #F8B200. Grayscale: #4B4B4B. Windows color (decimal): -16298497 or 16731399. OLE color: 16731399.

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

Color convert

RGB 7 77 255 -
CMYK 0.97 0.70 0 0
HSL 223.06º 1% 0.51% -
HSV(B) 223.06º 0.97% 1% -
XYZ 20.79 12.57 95.94 -
YUV 76.36 228.81 78.53 -
System Red Green Blue C M Y K H S L
Decimal 7 77 255 0.97 0.70 0 0 223.06 1 0.51
Hex 7 4D FF 61 46 0 0 DF 64 33
Octal 7 115 377 141 106 0 0 337 144 63
Binary 111 1001101 11111111 1100001 1000110 0 0 11011111 1100100 110011

Color Harmonies of #074DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DFF

Black with #074DFF

Text Example


Text Example

White with #074DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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