Html Css Color HEX #145F76 Allports

📋 copy color: '#145F76'

red 20 ◦ green 95 ◦ blue 118

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

Shades of Allports #145F76

Tints of Allports #145F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 8.58%
G = 40.77%
B = 50.64%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145F76 (or 0x145F76) is known color: Allports. HEX triplet: 14, 5F and 76. RGB value is (20,95,118). Sum of RGB (Red+Green+Blue) = 20+95+118=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #145F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F76 is #EBA089. Grayscale: #4B4B4B. Windows color (decimal): -15442058 or 7757588. OLE color: 7757588.

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

Color convert

RGB 20 95 118 -
CMYK 0.83 0.19 0 0.54
HSL 194.08º 0.71% 0.27% -
HSV(B) 194.08º 0.83% 0.46% -
XYZ 7.65 9.64 18.6 -
YUV 75.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 20 95 118 0.83 0.19 0 0.54 194.08 0.71 0.27
Hex 14 5F 76 53 13 0 36 C2 47 1B
Octal 24 137 166 123 23 0 66 302 107 33
Binary 10100 1011111 1110110 1010011 10011 0 110110 11000010 1000111 11011

Color Harmonies of #145F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F76

Black with #145F76

Text Example


Text Example

White with #145F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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