Html Css Color HEX #074FCB Navy Blue

📋 copy color: '#074FCB'

red 7 ◦ green 79 ◦ blue 203

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

Shades of Navy Blue #074FCB

Tints of Navy Blue #074FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.24%

R = 2.42%
G = 27.34%
B = 70.24%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#074FCB (or 0x074FCB) is known color: Navy Blue. HEX triplet: 07, 4F and CB. RGB value is (7,79,203). Sum of RGB (Red+Green+Blue) = 7+79+203=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #074FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FCB is #F8B034. Grayscale: #474747. Windows color (decimal): -16298037 or 13324039. OLE color: 13324039.

HSL color Cylindrical-coordinate representation of color #074FCB: hue angle of 217.96º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074FCB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 79 203 -
CMYK 0.97 0.61 0 0.20
HSL 217.96º 0.93% 0.41% -
HSV(B) 217.96º 0.97% 0.8% -
XYZ 13.66 9.95 57.7 -
YUV 71.61 202.15 81.92 -
System Red Green Blue C M Y K H S L
Decimal 7 79 203 0.97 0.61 0 0.20 217.96 0.93 0.41
Hex 7 4F CB 61 3D 0 14 DA 5D 29
Octal 7 117 313 141 75 0 24 332 135 51
Binary 111 1001111 11001011 1100001 111101 0 10100 11011010 1011101 101001

Color Harmonies of #074FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FCB

Black with #074FCB

Text Example


Text Example

White with #074FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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