Html Css Color HEX #074AFB Navy Blue

📋 copy color: '#074AFB'

red 7 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #074AFB

Tints of Navy Blue #074AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 251 (98.44% from 255) = 75.6%

R = 2.11%
G = 22.29%
B = 75.6%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#074AFB (or 0x074AFB) is known color: Navy Blue. HEX triplet: 07, 4A and FB. RGB value is (7,74,251). Sum of RGB (Red+Green+Blue) = 7+74+251=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #074AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074AFB is #F8B504. Grayscale: #494949. Windows color (decimal): -16299269 or 16468487. OLE color: 16468487.

HSL color Cylindrical-coordinate representation of color #074AFB: hue angle of 223.52º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074AFB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 74 251 -
CMYK 0.97 0.71 0 0.02
HSL 223.52º 0.97% 0.51% -
HSV(B) 223.52º 0.97% 0.98% -
XYZ 19.95 11.91 92.51 -
YUV 74.15 227.8 80.11 -
System Red Green Blue C M Y K H S L
Decimal 7 74 251 0.97 0.71 0 0.02 223.52 0.97 0.51
Hex 7 4A FB 61 47 0 2 E0 61 33
Octal 7 112 373 141 107 0 2 340 141 63
Binary 111 1001010 11111011 1100001 1000111 0 10 11100000 1100001 110011

Color Harmonies of #074AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AFB

Black with #074AFB

Text Example


Text Example

White with #074AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,74,251); }

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

background-color css

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

 a { background-color: rgb(7,74,251); }

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

border-color css

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

 span { border-color: rgb(7,74,251); }

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