Html Css Color HEX #14616B Blue Stone

📋 copy color: '#14616B'

red 20 ◦ green 97 ◦ blue 107

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

Shades of Blue Stone #14616B

Tints of Blue Stone #14616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 107 (42.19% from 255) = 47.77%

R = 8.93%
G = 43.3%
B = 47.77%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14616B (or 0x14616B) is known color: Blue Stone. HEX triplet: 14, 61 and 6B. RGB value is (20,97,107). Sum of RGB (Red+Green+Blue) = 20+97+107=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #14616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14616B is #EB9E94. Grayscale: #4B4B4B. Windows color (decimal): -15441557 or 7037204. OLE color: 7037204.

HSL color Cylindrical-coordinate representation of color #14616B: hue angle of 186.9º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14616B is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 97 107 -
CMYK 0.81 0.09 0 0.58
HSL 186.9º 0.69% 0.25% -
HSV(B) 186.9º 0.81% 0.42% -
XYZ 7.22 9.76 15.41 -
YUV 75.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 20 97 107 0.81 0.09 0 0.58 186.9 0.69 0.25
Hex 14 61 6B 51 9 0 3A BB 45 19
Octal 24 141 153 121 11 0 72 273 105 31
Binary 10100 1100001 1101011 1010001 1001 0 111010 10111011 1000101 11001

Color Harmonies of #14616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14616B

Black with #14616B

Text Example


Text Example

White with #14616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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