Html Css Color HEX #145157 Sherpa Blue

📋 copy color: '#145157'

red 20 ◦ green 81 ◦ blue 87

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

Shades of Sherpa Blue #145157

Tints of Sherpa Blue #145157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 87 (34.38% from 255) = 46.28%

R = 10.64%
G = 43.09%
B = 46.28%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#145157 (or 0x145157) is known color: Sherpa Blue. HEX triplet: 14, 51 and 57. RGB value is (20,81,87). Sum of RGB (Red+Green+Blue) = 20+81+87=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #145157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145157 is #EBAEA8. Grayscale: #3F3F3F. Windows color (decimal): -15445673 or 5722388. OLE color: 5722388.

HSL color Cylindrical-coordinate representation of color #145157: hue angle of 185.37º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145157 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 81 87 -
CMYK 0.77 0.07 0 0.66
HSL 185.37º 0.63% 0.21% -
HSV(B) 185.37º 0.77% 0.34% -
XYZ 4.95 6.72 10.05 -
YUV 63.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 20 81 87 0.77 0.07 0 0.66 185.37 0.63 0.21
Hex 14 51 57 4D 7 0 42 B9 3F 15
Octal 24 121 127 115 7 0 102 271 77 25
Binary 10100 1010001 1010111 1001101 111 0 1000010 10111001 111111 10101

Color Harmonies of #145157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145157

Black with #145157

Text Example


Text Example

White with #145157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145157; }

 p { color: rgb(20,81,87); }

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

background-color css

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

 a { background-color: rgb(20,81,87); }

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

border-color css

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

 span { border-color: rgb(20,81,87); }

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