#0D6467

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

Shades of Blue Stone #0D6467

Tints of Blue Stone #0D6467

Color information

#0D6467 (or 0x0D6467) is unknown color: approx Blue Stone. HEX triplet: 0D, 64 and 67. RGB value is (13,100,103). Sum of RGB (Red+Green+Blue) = 13+100+103=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #0D6467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6467 is #F29B98. Grayscale: #4A4A4A. Windows color (decimal): -15899545 or 6775821. OLE color: 6775821.

HSL color Cylindrical-coordinate representation of color #0D6467: hue angle of 182º 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 #0D6467 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB13100103-
CMYK0.870.0300.60
HSL182º77.59%22.75%-
HSV(B)182º87.38%40.39%-
XYZ7.1710.1814.42-
YUV74.33144.1884.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.02%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=6.02%
G=46.30%
B=47.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal131001030.870.0300.6018277.5922.75
HexD646757303Cb64e17
Octal15144147127307426611627
Binary110111001001100111101011111011110010110110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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