Html Css Color HEX #146ADC Navy Blue

📋 copy color: '#146ADC'

red 20 ◦ green 106 ◦ blue 220

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

Shades of Navy Blue #146ADC

Tints of Navy Blue #146ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 5.78%
G = 30.64%
B = 63.58%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#146ADC (or 0x146ADC) is known color: Navy Blue. HEX triplet: 14, 6A and DC. RGB value is (20,106,220). Sum of RGB (Red+Green+Blue) = 20+106+220=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #146ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ADC is #EB9523. Grayscale: #5C5C5C. Windows color (decimal): -15439140 or 14445076. OLE color: 14445076.

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

Color convert

RGB 20 106 220 -
CMYK 0.91 0.52 0 0.14
HSL 214.2º 0.83% 0.47% -
HSV(B) 214.2º 0.91% 0.86% -
XYZ 18.36 15.62 69.76 -
YUV 93.28 199.51 75.73 -
System Red Green Blue C M Y K H S L
Decimal 20 106 220 0.91 0.52 0 0.14 214.2 0.83 0.47
Hex 14 6A DC 5B 34 0 E D6 53 2F
Octal 24 152 334 133 64 0 16 326 123 57
Binary 10100 1101010 11011100 1011011 110100 0 1110 11010110 1010011 101111

Color Harmonies of #146ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ADC

Black with #146ADC

Text Example


Text Example

White with #146ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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