Html Css Color HEX #046EC8 Navy Blue

📋 copy color: '#046EC8'

red 4 ◦ green 110 ◦ blue 200

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

Shades of Navy Blue #046EC8

Tints of Navy Blue #046EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.69%

R = 1.27%
G = 35.03%
B = 63.69%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#046EC8 (or 0x046EC8) is known color: Navy Blue. HEX triplet: 04, 6E and C8. RGB value is (4,110,200). Sum of RGB (Red+Green+Blue) = 4+110+200=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #046EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EC8 is #FB9137. Grayscale: #585858. Windows color (decimal): -16486712 or 13135364. OLE color: 13135364.

HSL color Cylindrical-coordinate representation of color #046EC8: hue angle of 207.55º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EC8 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 110 200 -
CMYK 0.98 0.45 0 0.22
HSL 207.55º 0.96% 0.4% -
HSV(B) 207.55º 0.98% 0.78% -
XYZ 16.05 15.35 56.76 -
YUV 88.57 190.88 67.68 -
System Red Green Blue C M Y K H S L
Decimal 4 110 200 0.98 0.45 0 0.22 207.55 0.96 0.4
Hex 4 6E C8 62 2D 0 16 D0 60 28
Octal 4 156 310 142 55 0 26 320 140 50
Binary 100 1101110 11001000 1100010 101101 0 10110 11010000 1100000 101000

Color Harmonies of #046EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EC8

Black with #046EC8

Text Example


Text Example

White with #046EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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