Html Css Color HEX #074CE0 Navy Blue

📋 copy color: '#074CE0'

red 7 ◦ green 76 ◦ blue 224

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

Shades of Navy Blue #074CE0

Tints of Navy Blue #074CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.96%

R = 2.28%
G = 24.76%
B = 72.96%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#074CE0 (or 0x074CE0) is known color: Navy Blue. HEX triplet: 07, 4C and E0. RGB value is (7,76,224). Sum of RGB (Red+Green+Blue) = 7+76+224=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #074CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CE0 is #F8B31F. Grayscale: #474747. Windows color (decimal): -16298784 or 14699527. OLE color: 14699527.

HSL color Cylindrical-coordinate representation of color #074CE0: hue angle of 220.92º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CE0 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 76 224 -
CMYK 0.97 0.66 0 0.12
HSL 220.92º 0.94% 0.45% -
HSV(B) 220.92º 0.97% 0.88% -
XYZ 16.13 10.6 71.72 -
YUV 72.24 213.64 81.47 -
System Red Green Blue C M Y K H S L
Decimal 7 76 224 0.97 0.66 0 0.12 220.92 0.94 0.45
Hex 7 4C E0 61 42 0 C DD 5E 2D
Octal 7 114 340 141 102 0 14 335 136 55
Binary 111 1001100 11100000 1100001 1000010 0 1100 11011101 1011110 101101

Color Harmonies of #074CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CE0

Black with #074CE0

Text Example


Text Example

White with #074CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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