Html Css Color HEX #046ECE Navy Blue

📋 copy color: '#046ECE'

red 4 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #046ECE

Tints of Navy Blue #046ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.38%

R = 1.25%
G = 34.38%
B = 64.38%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#046ECE (or 0x046ECE) is known color: Navy Blue. HEX triplet: 04, 6E and CE. RGB value is (4,110,206). Sum of RGB (Red+Green+Blue) = 4+110+206=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #046ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ECE is #FB9131. Grayscale: #585858. Windows color (decimal): -16486706 or 13528580. OLE color: 13528580.

HSL color Cylindrical-coordinate representation of color #046ECE: hue angle of 208.51º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ECE is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 110 206 -
CMYK 0.98 0.47 0 0.19
HSL 208.51º 0.96% 0.41% -
HSV(B) 208.51º 0.98% 0.81% -
XYZ 16.77 15.63 60.53 -
YUV 89.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 4 110 206 0.98 0.47 0 0.19 208.51 0.96 0.41
Hex 4 6E CE 62 2F 0 13 D1 60 29
Octal 4 156 316 142 57 0 23 321 140 51
Binary 100 1101110 11001110 1100010 101111 0 10011 11010001 1100000 101001

Color Harmonies of #046ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ECE

Black with #046ECE

Text Example


Text Example

White with #046ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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