#145F78

Color #145F78 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #145F78

Tints of Allports #145F78

Color information

#145F78 (or 0x145F78) is unknown color: approx Allports. HEX triplet: 14, 5F and 78. RGB value is (20,95,120). Sum of RGB (Red+Green+Blue) = 20+95+120=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #145F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F78 is #EBA087. Grayscale: #4B4B4B. Windows color (decimal): -15442056 or 7888660. OLE color: 7888660.

HSL color Cylindrical-coordinate representation of color #145F78: hue angle of 195º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145F78 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2095120-
CMYK0.830.2100.53
HSL195º71.43%27.45%-
HSV(B)195º83.33%47.06%-
XYZ7.779.6919.23-
YUV75.42153.1588.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.51%
GREEN value IS 95 (37.5% from 255) = 40.43%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=8.51%
G=40.43%
B=51.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20951200.830.2100.5319571.4327.45
Hex145F785315035c3471b
Octal241371701232506530310733
Binary1010010111111111000101001110101011010111000011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #145F78;
 }
 .AnyTagClassName
 {
   color: #145F78;
 }
</style>
background-color css

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

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

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

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

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

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