Html Css Color HEX #145962 Blue Stone

📋 copy color: '#145962'

red 20 ◦ green 89 ◦ blue 98

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

Shades of Blue Stone #145962

Tints of Blue Stone #145962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43%

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

R = 9.66%
G = 43%
B = 47.34%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145962 (or 0x145962) is known color: Blue Stone. HEX triplet: 14, 59 and 62. RGB value is (20,89,98). Sum of RGB (Red+Green+Blue) = 20+89+98=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #145962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145962 is #EBA69D. Grayscale: #454545. Windows color (decimal): -15443614 or 6445332. OLE color: 6445332.

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

Color convert

RGB 20 89 98 -
CMYK 0.80 0.09 0 0.62
HSL 186.92º 0.66% 0.23% -
HSV(B) 186.92º 0.8% 0.38% -
XYZ 6.07 8.18 12.81 -
YUV 69.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 20 89 98 0.80 0.09 0 0.62 186.92 0.66 0.23
Hex 14 59 62 50 9 0 3E BB 42 17
Octal 24 131 142 120 11 0 76 273 102 27
Binary 10100 1011001 1100010 1010000 1001 0 111110 10111011 1000010 10111

Color Harmonies of #145962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145962

Black with #145962

Text Example


Text Example

White with #145962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145962; }

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

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

background-color css

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

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

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

border-color css

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

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

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