Html Css Color HEX #146895 Allports

📋 copy color: '#146895'

red 20 ◦ green 104 ◦ blue 149

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

Shades of Allports #146895

Tints of Allports #146895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 7.33%
G = 38.1%
B = 54.58%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146895 (or 0x146895) is known color: Allports. HEX triplet: 14, 68 and 95. RGB value is (20,104,149). Sum of RGB (Red+Green+Blue) = 20+104+149=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #146895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146895 is #EB976A. Grayscale: #535353. Windows color (decimal): -15439723 or 9791508. OLE color: 9791508.

HSL color Cylindrical-coordinate representation of color #146895: hue angle of 200.93º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146895 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 104 149 -
CMYK 0.87 0.30 0 0.42
HSL 200.93º 0.76% 0.33% -
HSV(B) 200.93º 0.87% 0.58% -
XYZ 10.66 12.22 30.23 -
YUV 84.01 164.67 82.34 -
System Red Green Blue C M Y K H S L
Decimal 20 104 149 0.87 0.30 0 0.42 200.93 0.76 0.33
Hex 14 68 95 57 1E 0 2A C9 4C 21
Octal 24 150 225 127 36 0 52 311 114 41
Binary 10100 1101000 10010101 1010111 11110 0 101010 11001001 1001100 100001

Color Harmonies of #146895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146895

Black with #146895

Text Example


Text Example

White with #146895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146895; }

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

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

background-color css

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

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

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

border-color css

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

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

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