Html Css Color HEX #074FED Navy Blue

📋 copy color: '#074FED'

red 7 ◦ green 79 ◦ blue 237

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

Shades of Navy Blue #074FED

Tints of Navy Blue #074FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.37%

R = 2.17%
G = 24.46%
B = 73.37%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#074FED (or 0x074FED) is known color: Navy Blue. HEX triplet: 07, 4F and ED. RGB value is (7,79,237). Sum of RGB (Red+Green+Blue) = 7+79+237=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #074FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074FED is #F8B012. Grayscale: #4A4A4A. Windows color (decimal): -16298003 or 15552263. OLE color: 15552263.

HSL color Cylindrical-coordinate representation of color #074FED: hue angle of 221.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074FED is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 79 237 -
CMYK 0.97 0.67 0 0.07
HSL 221.22º 0.94% 0.48% -
HSV(B) 221.22º 0.97% 0.93% -
XYZ 18.17 11.75 81.43 -
YUV 75.48 219.15 79.15 -
System Red Green Blue C M Y K H S L
Decimal 7 79 237 0.97 0.67 0 0.07 221.22 0.94 0.48
Hex 7 4F ED 61 43 0 7 DD 5E 30
Octal 7 117 355 141 103 0 7 335 136 60
Binary 111 1001111 11101101 1100001 1000011 0 111 11011101 1011110 110000

Color Harmonies of #074FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FED

Black with #074FED

Text Example


Text Example

White with #074FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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