Html Css Color HEX #146070 Allports

📋 copy color: '#146070'

red 20 ◦ green 96 ◦ blue 112

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

Shades of Allports #146070

Tints of Allports #146070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

 BLUE value IS 112 (44.14% from 255) = 49.12%

R = 8.77%
G = 42.11%
B = 49.12%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#146070 (or 0x146070) is known color: Allports. HEX triplet: 14, 60 and 70. RGB value is (20,96,112). Sum of RGB (Red+Green+Blue) = 20+96+112=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #146070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146070 is #EB9F8F. Grayscale: #4A4A4A. Windows color (decimal): -15441808 or 7364628. OLE color: 7364628.

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

Color convert

RGB 20 96 112 -
CMYK 0.82 0.14 0 0.56
HSL 190.43º 0.7% 0.26% -
HSV(B) 190.43º 0.82% 0.44% -
XYZ 7.4 9.68 16.81 -
YUV 75.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 20 96 112 0.82 0.14 0 0.56 190.43 0.7 0.26
Hex 14 60 70 52 E 0 38 BE 46 1A
Octal 24 140 160 122 16 0 70 276 106 32
Binary 10100 1100000 1110000 1010010 1110 0 111000 10111110 1000110 11010

Color Harmonies of #146070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146070

Black with #146070

Text Example


Text Example

White with #146070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146070; }

 p { color: rgb(20,96,112); }

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

background-color css

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

 a { background-color: rgb(20,96,112); }

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

border-color css

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

 span { border-color: rgb(20,96,112); }

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