Html Css Color HEX #146DDF Navy Blue

📋 copy color: '#146DDF'

red 20 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #146DDF

Tints of Navy Blue #146DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.97%

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 5.68%
G = 30.97%
B = 63.35%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#146DDF (or 0x146DDF) is known color: Navy Blue. HEX triplet: 14, 6D and DF. RGB value is (20,109,223). Sum of RGB (Red+Green+Blue) = 20+109+223=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #146DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DDF is #EB9220. Grayscale: #5E5E5E. Windows color (decimal): -15438369 or 14642452. OLE color: 14642452.

HSL color Cylindrical-coordinate representation of color #146DDF: hue angle of 213.69º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146DDF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 109 223 -
CMYK 0.91 0.51 0 0.13
HSL 213.69º 0.84% 0.48% -
HSV(B) 213.69º 0.91% 0.87% -
XYZ 19.08 16.41 71.97 -
YUV 95.39 200.01 74.23 -
System Red Green Blue C M Y K H S L
Decimal 20 109 223 0.91 0.51 0 0.13 213.69 0.84 0.48
Hex 14 6D DF 5B 33 0 D D6 54 30
Octal 24 155 337 133 63 0 15 326 124 60
Binary 10100 1101101 11011111 1011011 110011 0 1101 11010110 1010100 110000

Color Harmonies of #146DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DDF

Black with #146DDF

Text Example


Text Example

White with #146DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,109,223); }

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

background-color css

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

 a { background-color: rgb(20,109,223); }

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

border-color css

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

 span { border-color: rgb(20,109,223); }

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