Html Css Color HEX #074CE2 Navy Blue

📋 copy color: '#074CE2'

red 7 ◦ green 76 ◦ blue 226

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

Shades of Navy Blue #074CE2

Tints of Navy Blue #074CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 73.14%

R = 2.27%
G = 24.6%
B = 73.14%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#074CE2 (or 0x074CE2) is known color: Navy Blue. HEX triplet: 07, 4C and E2. RGB value is (7,76,226). Sum of RGB (Red+Green+Blue) = 7+76+226=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 226 (88.67% from 255 or 73.14% from 309); Max value from RGB is 226 - color contains mainly: blue. Hex color #074CE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CE2 is #F8B31D. Grayscale: #474747. Windows color (decimal): -16298782 or 14830599. OLE color: 14830599.

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

Color convert

RGB 7 76 226 -
CMYK 0.97 0.66 0 0.11
HSL 221.1º 0.94% 0.46% -
HSV(B) 221.1º 0.97% 0.89% -
XYZ 16.4 10.71 73.15 -
YUV 72.47 214.64 81.3 -
System Red Green Blue C M Y K H S L
Decimal 7 76 226 0.97 0.66 0 0.11 221.1 0.94 0.46
Hex 7 4C E2 61 42 0 B DD 5E 2E
Octal 7 114 342 141 102 0 13 335 136 56
Binary 111 1001100 11100010 1100001 1000010 0 1011 11011101 1011110 101110

Color Harmonies of #074CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CE2

Black with #074CE2

Text Example


Text Example

White with #074CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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