#0D625E

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

Shades of Blue Stone #0D625E

Tints of Blue Stone #0D625E

Color information

#0D625E (or 0x0D625E) is unknown color: approx Blue Stone. HEX triplet: 0D, 62 and 5E. RGB value is (13,98,94). Sum of RGB (Red+Green+Blue) = 13+98+94=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #0D625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D625E is #F29DA1. Grayscale: #484848. Windows color (decimal): -15900066 or 6185485. OLE color: 6185485.

HSL color Cylindrical-coordinate representation of color #0D625E: hue angle of 177.18º degrees, saturation: 0.77, 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 #0D625E is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB139894-
CMYK0.8700.040.62
HSL177.18º76.58%21.76%-
HSV(B)177.18º86.73%38.43%-
XYZ6.559.6312.1-
YUV72.13140.3485.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=6.34%
G=47.80%
B=45.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1398940.8700.040.62177.1876.5821.76
HexD625E57043Eb14d16
Octal15142136127047626111526
Binary1101110001010111101010111010011111010110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,98,94); }

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

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

 a { background-color: rgb(13,98,94); }

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

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

 span { border-color: rgb(13,98,94); }

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