#074CF9

Color #074CF9 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #074CF9

Tints of Navy Blue #074CF9

Color information

#074CF9 (or 0x074CF9) is unknown color: approx Navy Blue. HEX triplet: 07, 4C and F9. RGB value is (7,76,249). Sum of RGB (Red+Green+Blue) = 7+76+249=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #074CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CF9 is #F8B306. Grayscale: #4A4A4A. Windows color (decimal): -16298759 or 16337927. OLE color: 16337927.

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

Color convert

RGB776249-
CMYK0.970.6900.02
HSL222.89º95.28%50.2%-
HSV(B)222.89º97.19%97.65%-
XYZ19.7712.0590.91-
YUV75.09226.1479.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.11%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 249 (97.66% from 255) = 75%
R=2.11%
G=22.89%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal7762490.970.6900.02222.8995.2850.2
Hex74CF9614502df5f32
Octal71143711411050233713762
Binary11110011001111100111000011000101010110111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #074CF9;
 }
 .AnyTagClassName
 {
   color: #074CF9;
 }
</style>
background-color css

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

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

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

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

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

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