Html Css Color HEX #145F78 Allports

📋 copy color: '#145F78'

red 20 ◦ green 95 ◦ blue 120

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

Shades of Allports #145F78

Tints of Allports #145F78

RGB

 RED value IS 20 (8.2% 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 value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145F78 (or 0x145F78) is known color: 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

RGB 20 95 120 -
CMYK 0.83 0.21 0 0.53
HSL 195º 0.71% 0.27% -
HSV(B) 195º 0.83% 0.47% -
XYZ 7.77 9.69 19.23 -
YUV 75.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 20 95 120 0.83 0.21 0 0.53 195 0.71 0.27
Hex 14 5F 78 53 15 0 35 C3 47 1B
Octal 24 137 170 123 25 0 65 303 107 33
Binary 10100 1011111 1111000 1010011 10101 0 110101 11000011 1000111 11011

Color Harmonies of #145F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F78

Black with #145F78

Text Example


Text Example

White with #145F78

Text Example


Text Example

HTML Codes & Css Web 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>