Html Css Color HEX #046EC1 Navy Blue

📋 copy color: '#046EC1'

red 4 ◦ green 110 ◦ blue 193

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

Shades of Navy Blue #046EC1

Tints of Navy Blue #046EC1

RGB

 RED value IS 4 (1.95% from 255) = 1.3%

 GREEN value IS 110 (43.36% from 255) = 35.83%

 BLUE value IS 193 (75.78% from 255) = 62.87%

R = 1.3%
G = 35.83%
B = 62.87%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#046EC1 (or 0x046EC1) is known color: Navy Blue. HEX triplet: 04, 6E and C1. RGB value is (4,110,193). Sum of RGB (Red+Green+Blue) = 4+110+193=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #046EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EC1 is #FB913E. Grayscale: #575757. Windows color (decimal): -16486719 or 12676612. OLE color: 12676612.

HSL color Cylindrical-coordinate representation of color #046EC1: hue angle of 206.35º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EC1 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 110 193 -
CMYK 0.98 0.43 0 0.24
HSL 206.35º 0.96% 0.39% -
HSV(B) 206.35º 0.98% 0.76% -
XYZ 15.25 15.03 52.55 -
YUV 87.77 187.38 68.25 -
System Red Green Blue C M Y K H S L
Decimal 4 110 193 0.98 0.43 0 0.24 206.35 0.96 0.39
Hex 4 6E C1 62 2B 0 18 CE 60 27
Octal 4 156 301 142 53 0 30 316 140 47
Binary 100 1101110 11000001 1100010 101011 0 11000 11001110 1100000 100111

Color Harmonies of #046EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EC1

Black with #046EC1

Text Example


Text Example

White with #046EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046EC1; }

 p { color: rgb(4,110,193); }

 H1.HeaderClassName
 {
   color: #046EC1;
 }
 .AnyTagClassName
 {
   color: #046EC1;
 }
</style>

background-color css

<style>
 a { background-color: #046EC1; }

 a { background-color: rgb(4,110,193); }

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

border-color css

<style>
 span { border-color: #046EC1; }

 span { border-color: rgb(4,110,193); }

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