Html Css Color HEX #145463 Blue Stone

📋 copy color: '#145463'

red 20 ◦ green 84 ◦ blue 99

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

Shades of Blue Stone #145463

Tints of Blue Stone #145463

RGB

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

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

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

R = 9.85%
G = 41.38%
B = 48.77%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145463 (or 0x145463) is known color: Blue Stone. HEX triplet: 14, 54 and 63. RGB value is (20,84,99). Sum of RGB (Red+Green+Blue) = 20+84+99=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #145463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145463 is #EBAB9C. Grayscale: #424242. Windows color (decimal): -15444893 or 6509588. OLE color: 6509588.

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

Color convert

RGB 20 84 99 -
CMYK 0.80 0.15 0 0.61
HSL 191.39º 0.66% 0.23% -
HSV(B) 191.39º 0.8% 0.39% -
XYZ 5.71 7.39 12.93 -
YUV 66.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 20 84 99 0.80 0.15 0 0.61 191.39 0.66 0.23
Hex 14 54 63 50 F 0 3D BF 42 17
Octal 24 124 143 120 17 0 75 277 102 27
Binary 10100 1010100 1100011 1010000 1111 0 111101 10111111 1000010 10111

Color Harmonies of #145463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145463

Black with #145463

Text Example


Text Example

White with #145463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145463; }

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

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

background-color css

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

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

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

border-color css

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

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

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