Html Css Color HEX #146EDD Navy Blue

📋 copy color: '#146EDD'

red 20 ◦ green 110 ◦ blue 221

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

Shades of Navy Blue #146EDD

Tints of Navy Blue #146EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 5.7%
G = 31.34%
B = 62.96%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#146EDD (or 0x146EDD) is known color: Navy Blue. HEX triplet: 14, 6E and DD. RGB value is (20,110,221). Sum of RGB (Red+Green+Blue) = 20+110+221=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #146EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EDD is #EB9122. Grayscale: #5F5F5F. Windows color (decimal): -15438115 or 14511636. OLE color: 14511636.

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

Color convert

RGB 20 110 221 -
CMYK 0.91 0.50 0 0.13
HSL 213.13º 0.83% 0.47% -
HSV(B) 213.13º 0.91% 0.87% -
XYZ 18.92 16.52 70.6 -
YUV 95.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 20 110 221 0.91 0.50 0 0.13 213.13 0.83 0.47
Hex 14 6E DD 5B 32 0 D D5 53 2F
Octal 24 156 335 133 62 0 15 325 123 57
Binary 10100 1101110 11011101 1011011 110010 0 1101 11010101 1010011 101111

Color Harmonies of #146EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EDD

Black with #146EDD

Text Example


Text Example

White with #146EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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