Html Css Color HEX #145968 Blue Stone

📋 copy color: '#145968'

red 20 ◦ green 89 ◦ blue 104

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

Shades of Blue Stone #145968

Tints of Blue Stone #145968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.83%

R = 9.39%
G = 41.78%
B = 48.83%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145968 (or 0x145968) is known color: Blue Stone. HEX triplet: 14, 59 and 68. RGB value is (20,89,104). Sum of RGB (Red+Green+Blue) = 20+89+104=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #145968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145968 is #EBA697. Grayscale: #454545. Windows color (decimal): -15443608 or 6838548. OLE color: 6838548.

HSL color Cylindrical-coordinate representation of color #145968: hue angle of 190.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145968 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 89 104 -
CMYK 0.81 0.14 0 0.59
HSL 190.71º 0.68% 0.24% -
HSV(B) 190.71º 0.81% 0.41% -
XYZ 6.36 8.29 14.36 -
YUV 70.08 147.14 92.28 -
System Red Green Blue C M Y K H S L
Decimal 20 89 104 0.81 0.14 0 0.59 190.71 0.68 0.24
Hex 14 59 68 51 E 0 3B BF 44 18
Octal 24 131 150 121 16 0 73 277 104 30
Binary 10100 1011001 1101000 1010001 1110 0 111011 10111111 1000100 11000

Color Harmonies of #145968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145968

Black with #145968

Text Example


Text Example

White with #145968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145968; }

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

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

background-color css

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

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

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

border-color css

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

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

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