#0D6158

Color #0D6158 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0D6158

Tints of Blue Stone #0D6158

Color information

#0D6158 (or 0x0D6158) is unknown color: approx Blue Stone. HEX triplet: 0D, 61 and 58. RGB value is (13,97,88). Sum of RGB (Red+Green+Blue) = 13+97+88=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6158 is #F29EA7. Grayscale: #464646. Windows color (decimal): -15900328 or 5792013. OLE color: 5792013.

HSL color Cylindrical-coordinate representation of color #0D6158: hue angle of 173.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6158 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB139788-
CMYK0.8700.090.62
HSL173.57º76.36%21.57%-
HSV(B)173.57º86.6%38.04%-
XYZ6.29.3410.71-
YUV70.86137.6786.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.57%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=6.57%
G=48.99%
B=44.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397880.8700.090.62173.5776.3621.57
HexD615857093Eae4c16
Octal151411301270117625611426
Binary11011100001101100010101110100111111010101110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,97,88); }

 H1.HeaderClassName
 {
   color: #0D6158;
 }
 .AnyTagClassName
 {
   color: #0D6158;
 }
</style>
background-color css

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

 a { background-color: rgb(13,97,88); }

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

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

 span { border-color: rgb(13,97,88); }

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