Html Css Color HEX #146884 Allports

📋 copy color: '#146884'

red 20 ◦ green 104 ◦ blue 132

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

Shades of Allports #146884

Tints of Allports #146884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.63%

 BLUE value IS 132 (51.95% from 255) = 51.56%

R = 7.81%
G = 40.63%
B = 51.56%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#146884 (or 0x146884) is known color: Allports. HEX triplet: 14, 68 and 84. RGB value is (20,104,132). Sum of RGB (Red+Green+Blue) = 20+104+132=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #146884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146884 is #EB977B. Grayscale: #515151. Windows color (decimal): -15439740 or 8677396. OLE color: 8677396.

HSL color Cylindrical-coordinate representation of color #146884: hue angle of 195º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146884 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 104 132 -
CMYK 0.85 0.21 0 0.48
HSL 195º 0.74% 0.3% -
HSV(B) 195º 0.85% 0.52% -
XYZ 9.4 11.72 23.6 -
YUV 82.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 20 104 132 0.85 0.21 0 0.48 195 0.74 0.3
Hex 14 68 84 55 15 0 30 C3 4A 1E
Octal 24 150 204 125 25 0 60 303 112 36
Binary 10100 1101000 10000100 1010101 10101 0 110000 11000011 1001010 11110

Color Harmonies of #146884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146884

Black with #146884

Text Example


Text Example

White with #146884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146884; }

 p { color: rgb(20,104,132); }

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

background-color css

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

 a { background-color: rgb(20,104,132); }

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

border-color css

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

 span { border-color: rgb(20,104,132); }

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