Html Css Color HEX #145E62 Blue Stone

📋 copy color: '#145E62'

red 20 ◦ green 94 ◦ blue 98

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

Shades of Blue Stone #145E62

Tints of Blue Stone #145E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.34%

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 9.43%
G = 44.34%
B = 46.23%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145E62 (or 0x145E62) is known color: Blue Stone. HEX triplet: 14, 5E and 62. RGB value is (20,94,98). Sum of RGB (Red+Green+Blue) = 20+94+98=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #145E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E62 is #EBA19D. Grayscale: #484848. Windows color (decimal): -15442334 or 6446612. OLE color: 6446612.

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

Color convert

RGB 20 94 98 -
CMYK 0.80 0.04 0 0.62
HSL 183.08º 0.66% 0.23% -
HSV(B) 183.08º 0.8% 0.38% -
XYZ 6.5 9.04 12.96 -
YUV 72.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 20 94 98 0.80 0.04 0 0.62 183.08 0.66 0.23
Hex 14 5E 62 50 4 0 3E B7 42 17
Octal 24 136 142 120 4 0 76 267 102 27
Binary 10100 1011110 1100010 1010000 100 0 111110 10110111 1000010 10111

Color Harmonies of #145E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E62

Black with #145E62

Text Example


Text Example

White with #145E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,94,98); }

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

background-color css

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

 a { background-color: rgb(20,94,98); }

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

border-color css

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

 span { border-color: rgb(20,94,98); }

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