Html Css Color HEX #074CE6 Navy Blue

📋 copy color: '#074CE6'

red 7 ◦ green 76 ◦ blue 230

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

Shades of Navy Blue #074CE6

Tints of Navy Blue #074CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.48%

R = 2.24%
G = 24.28%
B = 73.48%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#074CE6 (or 0x074CE6) is known color: Navy Blue. HEX triplet: 07, 4C and E6. RGB value is (7,76,230). Sum of RGB (Red+Green+Blue) = 7+76+230=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 230 (90.23% from 255 or 73.48% from 313); Max value from RGB is 230 - color contains mainly: blue. Hex color #074CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CE6 is #F8B319. Grayscale: #484848. Windows color (decimal): -16298778 or 15092743. OLE color: 15092743.

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

Color convert

RGB 7 76 230 -
CMYK 0.97 0.67 0 0.10
HSL 221.44º 0.94% 0.46% -
HSV(B) 221.44º 0.97% 0.9% -
XYZ 16.95 10.93 76.08 -
YUV 72.93 216.64 80.98 -
System Red Green Blue C M Y K H S L
Decimal 7 76 230 0.97 0.67 0 0.10 221.44 0.94 0.46
Hex 7 4C E6 61 43 0 A DD 5E 2E
Octal 7 114 346 141 103 0 12 335 136 56
Binary 111 1001100 11100110 1100001 1000011 0 1010 11011101 1011110 101110

Color Harmonies of #074CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CE6

Black with #074CE6

Text Example


Text Example

White with #074CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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