Html Css Color HEX #145F70 Allports

📋 copy color: '#145F70'

red 20 ◦ green 95 ◦ blue 112

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

Shades of Allports #145F70

Tints of Allports #145F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.85%

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

R = 8.81%
G = 41.85%
B = 49.34%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#145F70 (or 0x145F70) is known color: Allports. HEX triplet: 14, 5F and 70. RGB value is (20,95,112). Sum of RGB (Red+Green+Blue) = 20+95+112=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #145F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F70 is #EBA08F. Grayscale: #4A4A4A. Windows color (decimal): -15442064 or 7364372. OLE color: 7364372.

HSL color Cylindrical-coordinate representation of color #145F70: hue angle of 191.09º 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 #145F70 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 95 112 -
CMYK 0.82 0.15 0 0.56
HSL 191.09º 0.7% 0.26% -
HSV(B) 191.09º 0.82% 0.44% -
XYZ 7.31 9.5 16.78 -
YUV 74.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 20 95 112 0.82 0.15 0 0.56 191.09 0.7 0.26
Hex 14 5F 70 52 F 0 38 BF 46 1A
Octal 24 137 160 122 17 0 70 277 106 32
Binary 10100 1011111 1110000 1010010 1111 0 111000 10111111 1000110 11010

Color Harmonies of #145F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F70

Black with #145F70

Text Example


Text Example

White with #145F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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