Html Css Color HEX #074CFC Navy Blue

📋 copy color: '#074CFC'

red 7 ◦ green 76 ◦ blue 252

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

Shades of Navy Blue #074CFC

Tints of Navy Blue #074CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.22%

R = 2.09%
G = 22.69%
B = 75.22%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#074CFC (or 0x074CFC) is known color: Navy Blue. HEX triplet: 07, 4C and FC. RGB value is (7,76,252). Sum of RGB (Red+Green+Blue) = 7+76+252=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #074CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CFC is #F8B303. Grayscale: #4A4A4A. Windows color (decimal): -16298756 or 16534535. OLE color: 16534535.

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

Color convert

RGB 7 76 252 -
CMYK 0.97 0.70 0 0.01
HSL 223.1º 0.98% 0.51% -
HSV(B) 223.1º 0.97% 0.99% -
XYZ 20.24 12.24 93.39 -
YUV 75.43 227.64 79.19 -
System Red Green Blue C M Y K H S L
Decimal 7 76 252 0.97 0.70 0 0.01 223.1 0.98 0.51
Hex 7 4C FC 61 46 0 1 DF 62 33
Octal 7 114 374 141 106 0 1 337 142 63
Binary 111 1001100 11111100 1100001 1000110 0 1 11011111 1100010 110011

Color Harmonies of #074CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CFC

Black with #074CFC

Text Example


Text Example

White with #074CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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