Html Css Color HEX #146ED7 Navy Blue

📋 copy color: '#146ED7'

red 20 ◦ green 110 ◦ blue 215

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

Shades of Navy Blue #146ED7

Tints of Navy Blue #146ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

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

R = 5.8%
G = 31.88%
B = 62.32%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#146ED7 (or 0x146ED7) is known color: Navy Blue. HEX triplet: 14, 6E and D7. RGB value is (20,110,215). Sum of RGB (Red+Green+Blue) = 20+110+215=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #146ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ED7 is #EB9128. Grayscale: #5E5E5E. Windows color (decimal): -15438121 or 14118420. OLE color: 14118420.

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

Color convert

RGB 20 110 215 -
CMYK 0.91 0.49 0 0.16
HSL 212.31º 0.83% 0.46% -
HSV(B) 212.31º 0.91% 0.84% -
XYZ 18.13 16.21 66.46 -
YUV 95.06 195.68 74.46 -
System Red Green Blue C M Y K H S L
Decimal 20 110 215 0.91 0.49 0 0.16 212.31 0.83 0.46
Hex 14 6E D7 5B 31 0 10 D4 53 2E
Octal 24 156 327 133 61 0 20 324 123 56
Binary 10100 1101110 11010111 1011011 110001 0 10000 11010100 1010011 101110

Color Harmonies of #146ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ED7

Black with #146ED7

Text Example


Text Example

White with #146ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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