#0B625E

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

Shades of Blue Stone #0B625E

Tints of Blue Stone #0B625E

Color information

#0B625E (or 0x0B625E) is unknown color: approx Blue Stone. HEX triplet: 0B, 62 and 5E. RGB value is (11,98,94). Sum of RGB (Red+Green+Blue) = 11+98+94=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #0B625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B625E is #F49DA1. Grayscale: #474747. Windows color (decimal): -16031138 or 6185483. OLE color: 6185483.

HSL color Cylindrical-coordinate representation of color #0B625E: hue angle of 177.24º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B625E is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB119894-
CMYK0.8900.040.62
HSL177.24º79.82%21.37%-
HSV(B)177.24º88.78%38.43%-
XYZ6.539.6112.1-
YUV71.53140.6884.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=5.42%
G=48.28%
B=46.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1198940.8900.040.62177.2479.8221.37
HexB625E59043Eb15015
Octal13142136131047626112025
Binary1011110001010111101011001010011111010110001101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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