Html Css Color HEX #074BFE Navy Blue

📋 copy color: '#074BFE'

red 7 ◦ green 75 ◦ blue 254

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

Shades of Navy Blue #074BFE

Tints of Navy Blue #074BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.32%

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

R = 2.08%
G = 22.32%
B = 75.6%

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

#074BFE (or 0x074BFE) is known color: Navy Blue. HEX triplet: 07, 4B and FE. RGB value is (7,75,254). Sum of RGB (Red+Green+Blue) = 7+75+254=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #074BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074BFE is #F8B401. Grayscale: #4A4A4A. Windows color (decimal): -16299010 or 16665351. OLE color: 16665351.

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

Color convert

RGB 7 75 254 -
CMYK 0.97 0.70 0 0.00
HSL 223.48º 0.99% 0.51% -
HSV(B) 223.48º 0.97% 1% -
XYZ 20.49 12.23 95.05 -
YUV 75.07 228.97 79.45 -
System Red Green Blue C M Y K H S L
Decimal 7 75 254 0.97 0.70 0 0.00 223.48 0.99 0.51
Hex 7 4B FE 61 46 0 0 DF 63 33
Octal 7 113 376 141 106 0 0 337 143 63
Binary 111 1001011 11111110 1100001 1000110 0 0 11011111 1100011 110011

Color Harmonies of #074BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BFE

Black with #074BFE

Text Example


Text Example

White with #074BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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