Html Css Color HEX #146BDB Navy Blue

📋 copy color: '#146BDB'

red 20 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #146BDB

Tints of Navy Blue #146BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 5.78%
G = 30.92%
B = 63.29%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#146BDB (or 0x146BDB) is known color: Navy Blue. HEX triplet: 14, 6B and DB. RGB value is (20,107,219). Sum of RGB (Red+Green+Blue) = 20+107+219=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #146BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BDB is #EB9424. Grayscale: #5D5D5D. Windows color (decimal): -15438885 or 14379796. OLE color: 14379796.

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

Color convert

RGB 20 107 219 -
CMYK 0.91 0.51 0 0.14
HSL 213.77º 0.83% 0.47% -
HSV(B) 213.77º 0.91% 0.86% -
XYZ 18.33 15.78 69.1 -
YUV 93.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 20 107 219 0.91 0.51 0 0.14 213.77 0.83 0.47
Hex 14 6B DB 5B 33 0 E D6 53 2F
Octal 24 153 333 133 63 0 16 326 123 57
Binary 10100 1101011 11011011 1011011 110011 0 1110 11010110 1010011 101111

Color Harmonies of #146BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BDB

Black with #146BDB

Text Example


Text Example

White with #146BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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