Html Css Color HEX #074CFE Navy Blue

📋 copy color: '#074CFE'

red 7 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #074CFE

Tints of Navy Blue #074CFE

RGB

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

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

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

R = 2.08%
G = 22.55%
B = 75.37%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#074CFE (or 0x074CFE) is known color: Navy Blue. HEX triplet: 07, 4C and FE. RGB value is (7,76,254). Sum of RGB (Red+Green+Blue) = 7+76+254=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #074CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CFE is #F8B301. Grayscale: #4A4A4A. Windows color (decimal): -16298754 or 16665607. OLE color: 16665607.

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

Color convert

RGB 7 76 254 -
CMYK 0.97 0.70 0 0.00
HSL 223.24º 0.99% 0.51% -
HSV(B) 223.24º 0.97% 1% -
XYZ 20.56 12.37 95.07 -
YUV 75.66 228.64 79.03 -
System Red Green Blue C M Y K H S L
Decimal 7 76 254 0.97 0.70 0 0.00 223.24 0.99 0.51
Hex 7 4C FE 61 46 0 0 DF 63 33
Octal 7 114 376 141 106 0 0 337 143 63
Binary 111 1001100 11111110 1100001 1000110 0 0 11011111 1100011 110011

Color Harmonies of #074CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CFE

Black with #074CFE

Text Example


Text Example

White with #074CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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