Html Css Color HEX #145358 Blue Stone

📋 copy color: '#145358'

red 20 ◦ green 83 ◦ blue 88

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

Shades of Blue Stone #145358

Tints of Blue Stone #145358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 10.47%
G = 43.46%
B = 46.07%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#145358 (or 0x145358) is known color: Blue Stone. HEX triplet: 14, 53 and 58. RGB value is (20,83,88). Sum of RGB (Red+Green+Blue) = 20+83+88=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #145358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145358 is #EBACA7. Grayscale: #404040. Windows color (decimal): -15445160 or 5788436. OLE color: 5788436.

HSL color Cylindrical-coordinate representation of color #145358: hue angle of 184.41º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145358 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 83 88 -
CMYK 0.77 0.06 0 0.65
HSL 184.41º 0.63% 0.21% -
HSV(B) 184.41º 0.77% 0.35% -
XYZ 5.14 7.04 10.32 -
YUV 64.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 20 83 88 0.77 0.06 0 0.65 184.41 0.63 0.21
Hex 14 53 58 4D 6 0 41 B8 3F 15
Octal 24 123 130 115 6 0 101 270 77 25
Binary 10100 1010011 1011000 1001101 110 0 1000001 10111000 111111 10101

Color Harmonies of #145358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145358

Black with #145358

Text Example


Text Example

White with #145358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145358; }

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

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

background-color css

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

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

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

border-color css

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

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

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