Html Css Color HEX #074AF8 Navy Blue

📋 copy color: '#074AF8'

red 7 ◦ green 74 ◦ blue 248

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

Shades of Navy Blue #074AF8

Tints of Navy Blue #074AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 75.38%

R = 2.13%
G = 22.49%
B = 75.38%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#074AF8 (or 0x074AF8) is known color: Navy Blue. HEX triplet: 07, 4A and F8. RGB value is (7,74,248). Sum of RGB (Red+Green+Blue) = 7+74+248=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 248 (97.27% from 255 or 75.38% from 329); Max value from RGB is 248 - color contains mainly: blue. Hex color #074AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074AF8 is #F8B507. Grayscale: #494949. Windows color (decimal): -16299272 or 16271879. OLE color: 16271879.

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

Color convert

RGB 7 74 248 -
CMYK 0.97 0.70 0 0.03
HSL 223.32º 0.95% 0.5% -
HSV(B) 223.32º 0.97% 0.97% -
XYZ 19.48 11.72 90.04 -
YUV 73.8 226.3 80.35 -
System Red Green Blue C M Y K H S L
Decimal 7 74 248 0.97 0.70 0 0.03 223.32 0.95 0.5
Hex 7 4A F8 61 46 0 3 DF 5F 32
Octal 7 112 370 141 106 0 3 337 137 62
Binary 111 1001010 11111000 1100001 1000110 0 11 11011111 1011111 110010

Color Harmonies of #074AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AF8

Black with #074AF8

Text Example


Text Example

White with #074AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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