Html Css Color HEX #146FDC Navy Blue

📋 copy color: '#146FDC'

red 20 ◦ green 111 ◦ blue 220

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

Shades of Navy Blue #146FDC

Tints of Navy Blue #146FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 5.7%
G = 31.62%
B = 62.68%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#146FDC (or 0x146FDC) is known color: Navy Blue. HEX triplet: 14, 6F and DC. RGB value is (20,111,220). Sum of RGB (Red+Green+Blue) = 20+111+220=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #146FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FDC is #EB9023. Grayscale: #5F5F5F. Windows color (decimal): -15437860 or 14446356. OLE color: 14446356.

HSL color Cylindrical-coordinate representation of color #146FDC: hue angle of 212.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146FDC is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 111 220 -
CMYK 0.91 0.50 0 0.14
HSL 212.7º 0.83% 0.47% -
HSV(B) 212.7º 0.91% 0.86% -
XYZ 18.89 16.68 69.93 -
YUV 96.22 197.85 73.64 -
System Red Green Blue C M Y K H S L
Decimal 20 111 220 0.91 0.50 0 0.14 212.7 0.83 0.47
Hex 14 6F DC 5B 32 0 E D5 53 2F
Octal 24 157 334 133 62 0 16 325 123 57
Binary 10100 1101111 11011100 1011011 110010 0 1110 11010101 1010011 101111

Color Harmonies of #146FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FDC

Black with #146FDC

Text Example


Text Example

White with #146FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,111,220); }

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

background-color css

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

 a { background-color: rgb(20,111,220); }

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

border-color css

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

 span { border-color: rgb(20,111,220); }

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