Html Css Color HEX #074FFE Navy Blue

📋 copy color: '#074FFE'

red 7 ◦ green 79 ◦ blue 254

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

Shades of Navy Blue #074FFE

Tints of Navy Blue #074FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

 BLUE value IS 254 (99.61% from 255) = 74.71%

R = 2.06%
G = 23.24%
B = 74.71%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#074FFE (or 0x074FFE) is known color: Navy Blue. HEX triplet: 07, 4F and FE. RGB value is (7,79,254). Sum of RGB (Red+Green+Blue) = 7+79+254=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #074FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074FFE is #F8B001. Grayscale: #4C4C4C. Windows color (decimal): -16297986 or 16666375. OLE color: 16666375.

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

Color convert

RGB 7 79 254 -
CMYK 0.97 0.69 0 0.00
HSL 222.51º 0.99% 0.51% -
HSV(B) 222.51º 0.97% 1% -
XYZ 20.77 12.79 95.14 -
YUV 77.42 227.65 77.77 -
System Red Green Blue C M Y K H S L
Decimal 7 79 254 0.97 0.69 0 0.00 222.51 0.99 0.51
Hex 7 4F FE 61 45 0 0 DF 63 33
Octal 7 117 376 141 105 0 0 337 143 63
Binary 111 1001111 11111110 1100001 1000101 0 0 11011111 1100011 110011

Color Harmonies of #074FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FFE

Black with #074FFE

Text Example


Text Example

White with #074FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,79,254); }

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

background-color css

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

 a { background-color: rgb(7,79,254); }

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

border-color css

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

 span { border-color: rgb(7,79,254); }

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