Html Css Color HEX #145460 Blue Stone

📋 copy color: '#145460'

red 20 ◦ green 84 ◦ blue 96

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

Shades of Blue Stone #145460

Tints of Blue Stone #145460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 10%
G = 42%
B = 48%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145460 (or 0x145460) is known color: Blue Stone. HEX triplet: 14, 54 and 60. RGB value is (20,84,96). Sum of RGB (Red+Green+Blue) = 20+84+96=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #145460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145460 is #EBAB9F. Grayscale: #424242. Windows color (decimal): -15444896 or 6312980. OLE color: 6312980.

HSL color Cylindrical-coordinate representation of color #145460: hue angle of 189.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145460 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 84 96 -
CMYK 0.79 0.12 0 0.62
HSL 189.47º 0.66% 0.23% -
HSV(B) 189.47º 0.79% 0.38% -
XYZ 5.57 7.33 12.19 -
YUV 66.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 20 84 96 0.79 0.12 0 0.62 189.47 0.66 0.23
Hex 14 54 60 4F C 0 3E BD 42 17
Octal 24 124 140 117 14 0 76 275 102 27
Binary 10100 1010100 1100000 1001111 1100 0 111110 10111101 1000010 10111

Color Harmonies of #145460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145460

Black with #145460

Text Example


Text Example

White with #145460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145460; }

 p { color: rgb(20,84,96); }

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

background-color css

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

 a { background-color: rgb(20,84,96); }

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

border-color css

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

 span { border-color: rgb(20,84,96); }

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