Html Css Color HEX #146BD7 Navy Blue

📋 copy color: '#146BD7'

red 20 ◦ green 107 ◦ blue 215

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

Shades of Navy Blue #146BD7

Tints of Navy Blue #146BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.87%

R = 5.85%
G = 31.29%
B = 62.87%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#146BD7 (or 0x146BD7) is known color: Navy Blue. HEX triplet: 14, 6B and D7. RGB value is (20,107,215). Sum of RGB (Red+Green+Blue) = 20+107+215=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 215 (84.38% from 255 or 62.87% from 342); Max value from RGB is 215 - color contains mainly: blue. Hex color #146BD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BD7 is #EB9428. Grayscale: #5C5C5C. Windows color (decimal): -15438889 or 14117652. OLE color: 14117652.

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

Color convert

RGB 20 107 215 -
CMYK 0.91 0.50 0 0.16
HSL 213.23º 0.83% 0.46% -
HSV(B) 213.23º 0.91% 0.84% -
XYZ 17.81 15.57 66.36 -
YUV 93.3 196.68 75.72 -
System Red Green Blue C M Y K H S L
Decimal 20 107 215 0.91 0.50 0 0.16 213.23 0.83 0.46
Hex 14 6B D7 5B 32 0 10 D5 53 2E
Octal 24 153 327 133 62 0 20 325 123 56
Binary 10100 1101011 11010111 1011011 110010 0 10000 11010101 1010011 101110

Color Harmonies of #146BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BD7

Black with #146BD7

Text Example


Text Example

White with #146BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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