#0B635E

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

Shades of Blue Stone #0B635E

Tints of Blue Stone #0B635E

Color information

#0B635E (or 0x0B635E) is unknown color: approx Blue Stone. HEX triplet: 0B, 63 and 5E. RGB value is (11,99,94). Sum of RGB (Red+Green+Blue) = 11+99+94=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #0B635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B635E is #F49CA1. Grayscale: #484848. Windows color (decimal): -16030882 or 6185739. OLE color: 6185739.

HSL color Cylindrical-coordinate representation of color #0B635E: hue angle of 176.59º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B635E is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB119994-
CMYK0.8900.050.61
HSL176.59º80%21.57%-
HSV(B)176.59º88.89%38.82%-
XYZ6.629.812.13-
YUV72.12140.3584.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=5.39%
G=48.53%
B=46.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1199940.8900.050.61176.598021.57
HexB635E59053Db15016
Octal13143136131057526112026
Binary1011110001110111101011001010111110110110001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,99,94); }

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

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

 a { background-color: rgb(11,99,94); }

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

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

 span { border-color: rgb(11,99,94); }

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