Html Css Color HEX #074FEE Navy Blue

📋 copy color: '#074FEE'

red 7 ◦ green 79 ◦ blue 238

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

Shades of Navy Blue #074FEE

Tints of Navy Blue #074FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.46%

R = 2.16%
G = 24.38%
B = 73.46%

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

#074FEE (or 0x074FEE) is known color: Navy Blue. HEX triplet: 07, 4F and EE. RGB value is (7,79,238). Sum of RGB (Red+Green+Blue) = 7+79+238=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #074FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074FEE is #F8B011. Grayscale: #4A4A4A. Windows color (decimal): -16298002 or 15617799. OLE color: 15617799.

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

Color convert

RGB 7 79 238 -
CMYK 0.97 0.67 0 0.07
HSL 221.3º 0.94% 0.48% -
HSV(B) 221.3º 0.97% 0.93% -
XYZ 18.32 11.81 82.2 -
YUV 75.6 219.65 79.07 -
System Red Green Blue C M Y K H S L
Decimal 7 79 238 0.97 0.67 0 0.07 221.3 0.94 0.48
Hex 7 4F EE 61 43 0 7 DD 5E 30
Octal 7 117 356 141 103 0 7 335 136 60
Binary 111 1001111 11101110 1100001 1000011 0 111 11011101 1011110 110000

Color Harmonies of #074FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FEE

Black with #074FEE

Text Example


Text Example

White with #074FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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