Html Css Color HEX #146482 Allports

📋 copy color: '#146482'

red 20 ◦ green 100 ◦ blue 130

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

Shades of Allports #146482

Tints of Allports #146482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 130 (51.17% from 255) = 52%

R = 8%
G = 40%
B = 52%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#146482 (or 0x146482) is known color: Allports. HEX triplet: 14, 64 and 82. RGB value is (20,100,130). Sum of RGB (Red+Green+Blue) = 20+100+130=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #146482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146482 is #EB9B7D. Grayscale: #4F4F4F. Windows color (decimal): -15440766 or 8545300. OLE color: 8545300.

HSL color Cylindrical-coordinate representation of color #146482: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146482 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 100 130 -
CMYK 0.85 0.23 0 0.49
HSL 196.36º 0.73% 0.29% -
HSV(B) 196.36º 0.85% 0.51% -
XYZ 8.87 10.87 22.75 -
YUV 79.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 20 100 130 0.85 0.23 0 0.49 196.36 0.73 0.29
Hex 14 64 82 55 17 0 31 C4 49 1D
Octal 24 144 202 125 27 0 61 304 111 35
Binary 10100 1100100 10000010 1010101 10111 0 110001 11000100 1001001 11101

Color Harmonies of #146482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146482

Black with #146482

Text Example


Text Example

White with #146482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146482; }

 p { color: rgb(20,100,130); }

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

background-color css

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

 a { background-color: rgb(20,100,130); }

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

border-color css

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

 span { border-color: rgb(20,100,130); }

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