Html Css Color HEX #146995 Allports

📋 copy color: '#146995'

red 20 ◦ green 105 ◦ blue 149

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

Shades of Allports #146995

Tints of Allports #146995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

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

R = 7.3%
G = 38.32%
B = 54.38%

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

#146995 (or 0x146995) is known color: Allports. HEX triplet: 14, 69 and 95. RGB value is (20,105,149). Sum of RGB (Red+Green+Blue) = 20+105+149=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #146995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146995 is #EB966A. Grayscale: #545454. Windows color (decimal): -15439467 or 9791764. OLE color: 9791764.

HSL color Cylindrical-coordinate representation of color #146995: hue angle of 200.47º 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 #146995 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 105 149 -
CMYK 0.87 0.30 0 0.42
HSL 200.47º 0.76% 0.33% -
HSV(B) 200.47º 0.87% 0.58% -
XYZ 10.76 12.42 30.26 -
YUV 84.6 164.34 81.92 -
System Red Green Blue C M Y K H S L
Decimal 20 105 149 0.87 0.30 0 0.42 200.47 0.76 0.33
Hex 14 69 95 57 1E 0 2A C8 4C 21
Octal 24 151 225 127 36 0 52 310 114 41
Binary 10100 1101001 10010101 1010111 11110 0 101010 11001000 1001100 100001

Color Harmonies of #146995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146995

Black with #146995

Text Example


Text Example

White with #146995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146995; }

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

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

background-color css

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

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

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

border-color css

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

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

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