Html Css Color HEX #145863 Blue Stone

📋 copy color: '#145863'

red 20 ◦ green 88 ◦ blue 99

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

Shades of Blue Stone #145863

Tints of Blue Stone #145863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

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

R = 9.66%
G = 42.51%
B = 47.83%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145863 (or 0x145863) is known color: Blue Stone. HEX triplet: 14, 58 and 63. RGB value is (20,88,99). Sum of RGB (Red+Green+Blue) = 20+88+99=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #145863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145863 is #EBA79C. Grayscale: #444444. Windows color (decimal): -15443869 or 6510612. OLE color: 6510612.

HSL color Cylindrical-coordinate representation of color #145863: hue angle of 188.35º 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 #145863 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 88 99 -
CMYK 0.80 0.11 0 0.61
HSL 188.35º 0.66% 0.23% -
HSV(B) 188.35º 0.8% 0.39% -
XYZ 6.03 8.03 13.04 -
YUV 68.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 20 88 99 0.80 0.11 0 0.61 188.35 0.66 0.23
Hex 14 58 63 50 B 0 3D BC 42 17
Octal 24 130 143 120 13 0 75 274 102 27
Binary 10100 1011000 1100011 1010000 1011 0 111101 10111100 1000010 10111

Color Harmonies of #145863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145863

Black with #145863

Text Example


Text Example

White with #145863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145863; }

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

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

background-color css

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

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

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

border-color css

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

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

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