Html Css Color HEX #0B8565 Deep Sea

📋 copy color: '#0B8565'

red 11 ◦ green 133 ◦ blue 101

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

Shades of Deep Sea #0B8565

Tints of Deep Sea #0B8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.29%

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 4.49%
G = 54.29%
B = 41.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#0B8565 (or 0x0B8565) is known color: Deep Sea. HEX triplet: 0B, 85 and 65. RGB value is (11,133,101). Sum of RGB (Red+Green+Blue) = 11+133+101=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #0B8565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8565 is #F47A9A. Grayscale: #5C5C5C. Windows color (decimal): -16022171 or 6653195. OLE color: 6653195.

HSL color Cylindrical-coordinate representation of color #0B8565: hue angle of 164.26º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8565 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 11 133 101 -
CMYK 0.92 0 0.24 0.48
HSL 164.26º 0.85% 0.28% -
HSV(B) 164.26º 0.92% 0.52% -
XYZ 10.87 17.79 15.17 -
YUV 92.87 132.58 69.6 -
System Red Green Blue C M Y K H S L
Decimal 11 133 101 0.92 0 0.24 0.48 164.26 0.85 0.28
Hex B 85 65 5C 0 18 30 A4 55 1C
Octal 13 205 145 134 0 30 60 244 125 34
Binary 1011 10000101 1100101 1011100 0 11000 110000 10100100 1010101 11100

Color Harmonies of #0B8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8565

Black with #0B8565

Text Example


Text Example

White with #0B8565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,133,101); }

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

background-color css

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

 a { background-color: rgb(11,133,101); }

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

border-color css

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

 span { border-color: rgb(11,133,101); }

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