Html Css Color HEX #146585 Allports

📋 copy color: '#146585'

red 20 ◦ green 101 ◦ blue 133

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

Shades of Allports #146585

Tints of Allports #146585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

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

R = 7.87%
G = 39.76%
B = 52.36%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#146585 (or 0x146585) is known color: Allports. HEX triplet: 14, 65 and 85. RGB value is (20,101,133). Sum of RGB (Red+Green+Blue) = 20+101+133=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #146585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146585 is #EB9A7A. Grayscale: #505050. Windows color (decimal): -15440507 or 8742164. OLE color: 8742164.

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

Color convert

RGB 20 101 133 -
CMYK 0.85 0.24 0 0.48
HSL 196.99º 0.74% 0.3% -
HSV(B) 196.99º 0.85% 0.52% -
XYZ 9.18 11.15 23.86 -
YUV 80.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 20 101 133 0.85 0.24 0 0.48 196.99 0.74 0.3
Hex 14 65 85 55 18 0 30 C5 4A 1E
Octal 24 145 205 125 30 0 60 305 112 36
Binary 10100 1100101 10000101 1010101 11000 0 110000 11000101 1001010 11110

Color Harmonies of #146585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146585

Black with #146585

Text Example


Text Example

White with #146585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146585; }

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

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

background-color css

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

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

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

border-color css

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

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

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