Html Css Color HEX #1D5A63 Blue Stone

📋 copy color: '#1D5A63'

red 29 ◦ green 90 ◦ blue 99

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

Shades of Blue Stone #1D5A63

Tints of Blue Stone #1D5A63

RGB

 RED value IS 29 (11.72% from 255) = 13.3%

 GREEN value IS 90 (35.55% from 255) = 41.28%

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

R = 13.3%
G = 41.28%
B = 45.41%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1D5A63 (or 0x1D5A63) is known color: Blue Stone. HEX triplet: 1D, 5A and 63. RGB value is (29,90,99). Sum of RGB (Red+Green+Blue) = 29+90+99=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D5A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5A63 is #E2A59C. Grayscale: #484848. Windows color (decimal): -14853533 or 6511133. OLE color: 6511133.

HSL color Cylindrical-coordinate representation of color #1D5A63: hue angle of 187.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D5A63 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 90 99 -
CMYK 0.71 0.09 0 0.61
HSL 187.71º 0.55% 0.25% -
HSV(B) 187.71º 0.71% 0.39% -
XYZ 6.41 8.47 13.1 -
YUV 72.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 29 90 99 0.71 0.09 0 0.61 187.71 0.55 0.25
Hex 1D 5A 63 47 9 0 3D BC 37 19
Octal 35 132 143 107 11 0 75 274 67 31
Binary 11101 1011010 1100011 1000111 1001 0 111101 10111100 110111 11001

Color Harmonies of #1D5A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5A63

Black with #1D5A63

Text Example


Text Example

White with #1D5A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D5A63; }

 p { color: rgb(29,90,99); }

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

background-color css

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

 a { background-color: rgb(29,90,99); }

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

border-color css

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

 span { border-color: rgb(29,90,99); }

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