Html Css Color HEX #145761 Blue Stone

📋 copy color: '#145761'

red 20 ◦ green 87 ◦ blue 97

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

Shades of Blue Stone #145761

Tints of Blue Stone #145761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.65%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 9.8%
G = 42.65%
B = 47.55%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145761 (or 0x145761) is known color: Blue Stone. HEX triplet: 14, 57 and 61. RGB value is (20,87,97). Sum of RGB (Red+Green+Blue) = 20+87+97=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #145761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145761 is #EBA89E. Grayscale: #444444. Windows color (decimal): -15444127 or 6379284. OLE color: 6379284.

HSL color Cylindrical-coordinate representation of color #145761: hue angle of 187.79º 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 #145761 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 87 97 -
CMYK 0.79 0.10 0 0.62
HSL 187.79º 0.66% 0.23% -
HSV(B) 187.79º 0.79% 0.38% -
XYZ 5.85 7.83 12.51 -
YUV 68.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 20 87 97 0.79 0.10 0 0.62 187.79 0.66 0.23
Hex 14 57 61 4F A 0 3E BC 42 17
Octal 24 127 141 117 12 0 76 274 102 27
Binary 10100 1010111 1100001 1001111 1010 0 111110 10111100 1000010 10111

Color Harmonies of #145761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145761

Black with #145761

Text Example


Text Example

White with #145761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145761; }

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

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

background-color css

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

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

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

border-color css

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

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

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