Html Css Color HEX #146ECE Navy Blue

📋 copy color: '#146ECE'

red 20 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #146ECE

Tints of Navy Blue #146ECE

RGB

 RED value IS 20 (8.2% from 255) = 5.95%

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

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

R = 5.95%
G = 32.74%
B = 61.31%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#146ECE (or 0x146ECE) is known color: Navy Blue. HEX triplet: 14, 6E and CE. RGB value is (20,110,206). Sum of RGB (Red+Green+Blue) = 20+110+206=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #146ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ECE is #EB9131. Grayscale: #5D5D5D. Windows color (decimal): -15438130 or 13528596. OLE color: 13528596.

HSL color Cylindrical-coordinate representation of color #146ECE: hue angle of 210.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146ECE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 110 206 -
CMYK 0.90 0.47 0 0.19
HSL 210.97º 0.82% 0.44% -
HSV(B) 210.97º 0.9% 0.81% -
XYZ 17.01 15.76 60.54 -
YUV 94.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 20 110 206 0.90 0.47 0 0.19 210.97 0.82 0.44
Hex 14 6E CE 5A 2F 0 13 D3 52 2C
Octal 24 156 316 132 57 0 23 323 122 54
Binary 10100 1101110 11001110 1011010 101111 0 10011 11010011 1010010 101100

Color Harmonies of #146ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ECE

Black with #146ECE

Text Example


Text Example

White with #146ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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