Html Css Color HEX #146272 Allports

📋 copy color: '#146272'

red 20 ◦ green 98 ◦ blue 114

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

Shades of Allports #146272

Tints of Allports #146272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 8.62%
G = 42.24%
B = 49.14%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#146272 (or 0x146272) is known color: Allports. HEX triplet: 14, 62 and 72. RGB value is (20,98,114). Sum of RGB (Red+Green+Blue) = 20+98+114=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #146272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146272 is #EB9D8D. Grayscale: #4C4C4C. Windows color (decimal): -15441294 or 7496212. OLE color: 7496212.

HSL color Cylindrical-coordinate representation of color #146272: hue angle of 190.21º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146272 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 98 114 -
CMYK 0.82 0.14 0 0.55
HSL 190.21º 0.7% 0.26% -
HSV(B) 190.21º 0.82% 0.45% -
XYZ 7.69 10.1 17.46 -
YUV 76.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 20 98 114 0.82 0.14 0 0.55 190.21 0.7 0.26
Hex 14 62 72 52 E 0 37 BE 46 1A
Octal 24 142 162 122 16 0 67 276 106 32
Binary 10100 1100010 1110010 1010010 1110 0 110111 10111110 1000110 11010

Color Harmonies of #146272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146272

Black with #146272

Text Example


Text Example

White with #146272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146272; }

 p { color: rgb(20,98,114); }

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

background-color css

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

 a { background-color: rgb(20,98,114); }

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

border-color css

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

 span { border-color: rgb(20,98,114); }

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