Html Css Color HEX #0D675D Blue Stone

📋 copy color: '#0D675D'

red 13 ◦ green 103 ◦ blue 93

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

Shades of Blue Stone #0D675D

Tints of Blue Stone #0D675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.28%

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

R = 6.22%
G = 49.28%
B = 44.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#0D675D (or 0x0D675D) is known color: Blue Stone. HEX triplet: 0D, 67 and 5D. RGB value is (13,103,93). Sum of RGB (Red+Green+Blue) = 13+103+93=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #0D675D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D675D is #F298A2. Grayscale: #4A4A4A. Windows color (decimal): -15898787 or 6121229. OLE color: 6121229.

HSL color Cylindrical-coordinate representation of color #0D675D: hue angle of 173.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D675D is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 13 103 93 -
CMYK 0.87 0 0.10 0.60
HSL 173.33º 0.78% 0.23% -
HSV(B) 173.33º 0.87% 0.4% -
XYZ 6.99 10.58 12.03 -
YUV 74.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 13 103 93 0.87 0 0.10 0.60 173.33 0.78 0.23
Hex D 67 5D 57 0 A 3C AD 4E 17
Octal 15 147 135 127 0 12 74 255 116 27
Binary 1101 1100111 1011101 1010111 0 1010 111100 10101101 1001110 10111

Color Harmonies of #0D675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D675D

Black with #0D675D

Text Example


Text Example

White with #0D675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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