Html Css Color HEX #146FDB Navy Blue

📋 copy color: '#146FDB'

red 20 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #146FDB

Tints of Navy Blue #146FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.57%

R = 5.71%
G = 31.71%
B = 62.57%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#146FDB (or 0x146FDB) is known color: Navy Blue. HEX triplet: 14, 6F and DB. RGB value is (20,111,219). Sum of RGB (Red+Green+Blue) = 20+111+219=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #146FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FDB is #EB9024. Grayscale: #5F5F5F. Windows color (decimal): -15437861 or 14380820. OLE color: 14380820.

HSL color Cylindrical-coordinate representation of color #146FDB: hue angle of 212.56º 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 #146FDB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 111 219 -
CMYK 0.91 0.49 0 0.14
HSL 212.56º 0.83% 0.47% -
HSV(B) 212.56º 0.91% 0.86% -
XYZ 18.76 16.63 69.24 -
YUV 96.1 197.35 73.72 -
System Red Green Blue C M Y K H S L
Decimal 20 111 219 0.91 0.49 0 0.14 212.56 0.83 0.47
Hex 14 6F DB 5B 31 0 E D5 53 2F
Octal 24 157 333 133 61 0 16 325 123 57
Binary 10100 1101111 11011011 1011011 110001 0 1110 11010101 1010011 101111

Color Harmonies of #146FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FDB

Black with #146FDB

Text Example


Text Example

White with #146FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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