Html Css Color HEX #0D7065 Blue Stone

📋 copy color: '#0D7065'

red 13 ◦ green 112 ◦ blue 101

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

Shades of Blue Stone #0D7065

Tints of Blue Stone #0D7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.56%

 BLUE value IS 101 (39.84% from 255) = 44.69%

R = 5.75%
G = 49.56%
B = 44.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#0D7065 (or 0x0D7065) is known color: Blue Stone. HEX triplet: 0D, 70 and 65. RGB value is (13,112,101). Sum of RGB (Red+Green+Blue) = 13+112+101=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7065 is #F28F9A. Grayscale: #515151. Windows color (decimal): -15896475 or 6647821. OLE color: 6647821.

HSL color Cylindrical-coordinate representation of color #0D7065: hue angle of 173.33º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7065 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 101 -
CMYK 0.88 0 0.10 0.56
HSL 173.33º 0.79% 0.25% -
HSV(B) 173.33º 0.88% 0.44% -
XYZ 8.31 12.61 14.31 -
YUV 81.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 13 112 101 0.88 0 0.10 0.56 173.33 0.79 0.25
Hex D 70 65 58 0 A 38 AD 4F 19
Octal 15 160 145 130 0 12 70 255 117 31
Binary 1101 1110000 1100101 1011000 0 1010 111000 10101101 1001111 11001

Color Harmonies of #0D7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7065

Black with #0D7065

Text Example


Text Example

White with #0D7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,112,101); }

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

background-color css

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

 a { background-color: rgb(13,112,101); }

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

border-color css

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

 span { border-color: rgb(13,112,101); }

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