#0B635D

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

Shades of Blue Stone #0B635D

Tints of Blue Stone #0B635D

Color information

#0B635D (or 0x0B635D) is unknown color: approx Blue Stone. HEX triplet: 0B, 63 and 5D. RGB value is (11,99,93). Sum of RGB (Red+Green+Blue) = 11+99+93=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #0B635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B635D is #F49CA2. Grayscale: #474747. Windows color (decimal): -16030883 or 6120203. OLE color: 6120203.

HSL color Cylindrical-coordinate representation of color #0B635D: hue angle of 175.91º 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 #0B635D is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB119993-
CMYK0.8900.060.61
HSL175.91º80%21.57%-
HSV(B)175.91º88.89%38.82%-
XYZ6.589.7911.9-
YUV72139.8584.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=5.42%
G=48.77%
B=45.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1199930.8900.060.61175.918021.57
HexB635D59063Db05016
Octal13143135131067526012026
Binary1011110001110111011011001011011110110110000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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