Html Css Color HEX #1D606B Blue Stone

📋 copy color: '#1D606B'

red 29 ◦ green 96 ◦ blue 107

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

Shades of Blue Stone #1D606B

Tints of Blue Stone #1D606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 12.5%
G = 41.38%
B = 46.12%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D606B (or 0x1D606B) is known color: Blue Stone. HEX triplet: 1D, 60 and 6B. RGB value is (29,96,107). Sum of RGB (Red+Green+Blue) = 29+96+107=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D606B is #E29F94. Grayscale: #4D4D4D. Windows color (decimal): -14851989 or 7036957. OLE color: 7036957.

HSL color Cylindrical-coordinate representation of color #1D606B: hue angle of 188.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D606B is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 96 107 -
CMYK 0.73 0.10 0 0.58
HSL 188.46º 0.57% 0.27% -
HSV(B) 188.46º 0.73% 0.42% -
XYZ 7.34 9.69 15.39 -
YUV 77.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 29 96 107 0.73 0.10 0 0.58 188.46 0.57 0.27
Hex 1D 60 6B 49 A 0 3A BC 39 1B
Octal 35 140 153 111 12 0 72 274 71 33
Binary 11101 1100000 1101011 1001001 1010 0 111010 10111100 111001 11011

Color Harmonies of #1D606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D606B

Black with #1D606B

Text Example


Text Example

White with #1D606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,96,107); }

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

background-color css

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

 a { background-color: rgb(29,96,107); }

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

border-color css

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

 span { border-color: rgb(29,96,107); }

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