Html Css Color HEX #0B665D Blue Stone

📋 copy color: '#0B665D'

red 11 ◦ green 102 ◦ blue 93

#0B665D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #0B665D

Tints of Blue Stone #0B665D

RGB

 RED value IS 11 (4.69% from 255) = 5.34%

 GREEN value IS 102 (40.23% from 255) = 49.51%

 BLUE value IS 93 (36.72% from 255) = 45.15%

R = 5.34%
G = 49.51%
B = 45.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#0B665D (or 0x0B665D) is known color: Blue Stone. HEX triplet: 0B, 66 and 5D. RGB value is (11,102,93). Sum of RGB (Red+Green+Blue) = 11+102+93=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #0B665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B665D is #F499A2. Grayscale: #494949. Windows color (decimal): -16030115 or 6120971. OLE color: 6120971.

HSL color Cylindrical-coordinate representation of color #0B665D: hue angle of 174.07º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B665D is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 11 102 93 -
CMYK 0.89 0 0.09 0.6
HSL 174.07º 0.81% 0.22% -
HSV(B) 174.07º 0.89% 0.4% -
XYZ 6.87 10.36 11.99 -
YUV 73.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 11 102 93 0.89 0 0.09 0.6 174.07 0.81 0.22
Hex B 66 5D 59 0 9 3C AE 51 16
Octal 13 146 135 131 0 11 74 256 121 26
Binary 1011 1100110 1011101 1011001 0 1001 111100 10101110 1010001 10110

Color Harmonies of #0B665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B665D

Black with #0B665D

Text Example


Text Example

White with #0B665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B665D;
 }
 .AnyTagClassName
 {
   color: #0B665D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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