Html Css Color HEX #0D695D Blue Stone

📋 copy color: '#0D695D'

red 13 ◦ green 105 ◦ blue 93

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

Shades of Blue Stone #0D695D

Tints of Blue Stone #0D695D

RGB

 RED value IS 13 (5.47% from 255) = 6.16%

 GREEN value IS 105 (41.41% from 255) = 49.76%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 6.16%
G = 49.76%
B = 44.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#0D695D (or 0x0D695D) is known color: Blue Stone. HEX triplet: 0D, 69 and 5D. RGB value is (13,105,93). Sum of RGB (Red+Green+Blue) = 13+105+93=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #0D695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D695D is #F296A2. Grayscale: #4C4C4C. Windows color (decimal): -15898275 or 6121741. OLE color: 6121741.

HSL color Cylindrical-coordinate representation of color #0D695D: hue angle of 172.17º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D695D is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 105 93 -
CMYK 0.88 0 0.11 0.59
HSL 172.17º 0.78% 0.23% -
HSV(B) 172.17º 0.88% 0.41% -
XYZ 7.19 10.98 12.1 -
YUV 76.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 13 105 93 0.88 0 0.11 0.59 172.17 0.78 0.23
Hex D 69 5D 58 0 B 3B AC 4E 17
Octal 15 151 135 130 0 13 73 254 116 27
Binary 1101 1101001 1011101 1011000 0 1011 111011 10101100 1001110 10111

Color Harmonies of #0D695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D695D

Black with #0D695D

Text Example


Text Example

White with #0D695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D695D; }

 p { color: rgb(13,105,93); }

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

background-color css

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

 a { background-color: rgb(13,105,93); }

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

border-color css

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

 span { border-color: rgb(13,105,93); }

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