Html Css Color HEX #146485 Allports

📋 copy color: '#146485'

red 20 ◦ green 100 ◦ blue 133

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

Shades of Allports #146485

Tints of Allports #146485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 7.91%
G = 39.53%
B = 52.57%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#146485 (or 0x146485) is known color: Allports. HEX triplet: 14, 64 and 85. RGB value is (20,100,133). Sum of RGB (Red+Green+Blue) = 20+100+133=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #146485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146485 is #EB9B7A. Grayscale: #4F4F4F. Windows color (decimal): -15440763 or 8741908. OLE color: 8741908.

HSL color Cylindrical-coordinate representation of color #146485: hue angle of 197.52º 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 #146485 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 100 133 -
CMYK 0.85 0.25 0 0.48
HSL 197.52º 0.74% 0.3% -
HSV(B) 197.52º 0.85% 0.52% -
XYZ 9.08 10.96 23.83 -
YUV 79.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 20 100 133 0.85 0.25 0 0.48 197.52 0.74 0.3
Hex 14 64 85 55 19 0 30 C6 4A 1E
Octal 24 144 205 125 31 0 60 306 112 36
Binary 10100 1100100 10000101 1010101 11001 0 110000 11000110 1001010 11110

Color Harmonies of #146485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146485

Black with #146485

Text Example


Text Example

White with #146485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146485; }

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

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

background-color css

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

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

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

border-color css

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

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

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