Html Css Color HEX #074EFE Navy Blue

📋 copy color: '#074EFE'

red 7 ◦ green 78 ◦ blue 254

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

Shades of Navy Blue #074EFE

Tints of Navy Blue #074EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.01%

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

R = 2.06%
G = 23.01%
B = 74.93%

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

#074EFE (or 0x074EFE) is known color: Navy Blue. HEX triplet: 07, 4E and FE. RGB value is (7,78,254). Sum of RGB (Red+Green+Blue) = 7+78+254=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #074EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074EFE is #F8B101. Grayscale: #4C4C4C. Windows color (decimal): -16298242 or 16666119. OLE color: 16666119.

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

Color convert

RGB 7 78 254 -
CMYK 0.97 0.69 0 0.00
HSL 222.75º 0.99% 0.51% -
HSV(B) 222.75º 0.97% 1% -
XYZ 20.7 12.65 95.12 -
YUV 76.84 227.98 78.19 -
System Red Green Blue C M Y K H S L
Decimal 7 78 254 0.97 0.69 0 0.00 222.75 0.99 0.51
Hex 7 4E FE 61 45 0 0 DF 63 33
Octal 7 116 376 141 105 0 0 337 143 63
Binary 111 1001110 11111110 1100001 1000101 0 0 11011111 1100011 110011

Color Harmonies of #074EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074EFE

Black with #074EFE

Text Example


Text Example

White with #074EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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