Html Css Color HEX #145C63 Blue Stone

📋 copy color: '#145C63'

red 20 ◦ green 92 ◦ blue 99

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

Shades of Blue Stone #145C63

Tints of Blue Stone #145C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.6%

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 9.48%
G = 43.6%
B = 46.92%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145C63 (or 0x145C63) is known color: Blue Stone. HEX triplet: 14, 5C and 63. RGB value is (20,92,99). Sum of RGB (Red+Green+Blue) = 20+92+99=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #145C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C63 is #EBA39C. Grayscale: #474747. Windows color (decimal): -15442845 or 6511636. OLE color: 6511636.

HSL color Cylindrical-coordinate representation of color #145C63: hue angle of 185.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145C63 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 92 99 -
CMYK 0.80 0.07 0 0.61
HSL 185.32º 0.66% 0.23% -
HSV(B) 185.32º 0.8% 0.39% -
XYZ 6.37 8.7 13.15 -
YUV 71.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 20 92 99 0.80 0.07 0 0.61 185.32 0.66 0.23
Hex 14 5C 63 50 7 0 3D B9 42 17
Octal 24 134 143 120 7 0 75 271 102 27
Binary 10100 1011100 1100011 1010000 111 0 111101 10111001 1000010 10111

Color Harmonies of #145C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C63

Black with #145C63

Text Example


Text Example

White with #145C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,92,99); }

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

background-color css

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

 a { background-color: rgb(20,92,99); }

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

border-color css

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

 span { border-color: rgb(20,92,99); }

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