Html Css Color HEX #146C95 Allports

📋 copy color: '#146C95'

red 20 ◦ green 108 ◦ blue 149

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

Shades of Allports #146C95

Tints of Allports #146C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.99%

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

R = 7.22%
G = 38.99%
B = 53.79%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146C95 (or 0x146C95) is known color: Allports. HEX triplet: 14, 6C and 95. RGB value is (20,108,149). Sum of RGB (Red+Green+Blue) = 20+108+149=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #146C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146C95 is #EB936A. Grayscale: #565656. Windows color (decimal): -15438699 or 9792532. OLE color: 9792532.

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

Color convert

RGB 20 108 149 -
CMYK 0.87 0.28 0 0.42
HSL 199.07º 0.76% 0.33% -
HSV(B) 199.07º 0.87% 0.58% -
XYZ 11.08 13.04 30.37 -
YUV 86.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 20 108 149 0.87 0.28 0 0.42 199.07 0.76 0.33
Hex 14 6C 95 57 1C 0 2A C7 4C 21
Octal 24 154 225 127 34 0 52 307 114 41
Binary 10100 1101100 10010101 1010111 11100 0 101010 11000111 1001100 100001

Color Harmonies of #146C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146C95

Black with #146C95

Text Example


Text Example

White with #146C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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