Html Css Color HEX #146ADD Navy Blue

📋 copy color: '#146ADD'

red 20 ◦ green 106 ◦ blue 221

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

Shades of Navy Blue #146ADD

Tints of Navy Blue #146ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 5.76%
G = 30.55%
B = 63.69%

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

#146ADD (or 0x146ADD) is known color: Navy Blue. HEX triplet: 14, 6A and DD. RGB value is (20,106,221). Sum of RGB (Red+Green+Blue) = 20+106+221=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #146ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ADD is #EB9522. Grayscale: #5C5C5C. Windows color (decimal): -15439139 or 14510612. OLE color: 14510612.

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

Color convert

RGB 20 106 221 -
CMYK 0.91 0.52 0 0.13
HSL 214.33º 0.83% 0.47% -
HSV(B) 214.33º 0.91% 0.87% -
XYZ 18.49 15.68 70.46 -
YUV 93.4 200.01 75.65 -
System Red Green Blue C M Y K H S L
Decimal 20 106 221 0.91 0.52 0 0.13 214.33 0.83 0.47
Hex 14 6A DD 5B 34 0 D D6 53 2F
Octal 24 152 335 133 64 0 15 326 123 57
Binary 10100 1101010 11011101 1011011 110100 0 1101 11010110 1010011 101111

Color Harmonies of #146ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ADD

Black with #146ADD

Text Example


Text Example

White with #146ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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