Html Css Color HEX #074CFB Navy Blue

📋 copy color: '#074CFB'

red 7 ◦ green 76 ◦ blue 251

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

Shades of Navy Blue #074CFB

Tints of Navy Blue #074CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

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

R = 2.1%
G = 22.75%
B = 75.15%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#074CFB (or 0x074CFB) is known color: Navy Blue. HEX triplet: 07, 4C and FB. RGB value is (7,76,251). Sum of RGB (Red+Green+Blue) = 7+76+251=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #074CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CFB is #F8B304. Grayscale: #4A4A4A. Windows color (decimal): -16298757 or 16468999. OLE color: 16468999.

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

Color convert

RGB 7 76 251 -
CMYK 0.97 0.70 0 0.02
HSL 223.03º 0.97% 0.51% -
HSV(B) 223.03º 0.97% 0.98% -
XYZ 20.08 12.18 92.56 -
YUV 75.32 227.14 79.27 -
System Red Green Blue C M Y K H S L
Decimal 7 76 251 0.97 0.70 0 0.02 223.03 0.97 0.51
Hex 7 4C FB 61 46 0 2 DF 61 33
Octal 7 114 373 141 106 0 2 337 141 63
Binary 111 1001100 11111011 1100001 1000110 0 10 11011111 1100001 110011

Color Harmonies of #074CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CFB

Black with #074CFB

Text Example


Text Example

White with #074CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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