Html Css Color HEX #146BDF Navy Blue

📋 copy color: '#146BDF'

red 20 ◦ green 107 ◦ blue 223

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

Shades of Navy Blue #146BDF

Tints of Navy Blue #146BDF

RGB

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

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

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

R = 5.71%
G = 30.57%
B = 63.71%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#146BDF (or 0x146BDF) is known color: Navy Blue. HEX triplet: 14, 6B and DF. RGB value is (20,107,223). Sum of RGB (Red+Green+Blue) = 20+107+223=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #146BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BDF is #EB9420. Grayscale: #5D5D5D. Windows color (decimal): -15438881 or 14641940. OLE color: 14641940.

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

Color convert

RGB 20 107 223 -
CMYK 0.91 0.52 0 0.13
HSL 214.29º 0.84% 0.48% -
HSV(B) 214.29º 0.91% 0.87% -
XYZ 18.87 15.99 71.9 -
YUV 94.21 200.68 75.07 -
System Red Green Blue C M Y K H S L
Decimal 20 107 223 0.91 0.52 0 0.13 214.29 0.84 0.48
Hex 14 6B DF 5B 34 0 D D6 54 30
Octal 24 153 337 133 64 0 15 326 124 60
Binary 10100 1101011 11011111 1011011 110100 0 1101 11010110 1010100 110000

Color Harmonies of #146BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BDF

Black with #146BDF

Text Example


Text Example

White with #146BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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