Html Css Color HEX #0B8263 Deep Sea

📋 copy color: '#0B8263'

red 11 ◦ green 130 ◦ blue 99

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

Shades of Deep Sea #0B8263

Tints of Deep Sea #0B8263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.17%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 4.58%
G = 54.17%
B = 41.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#0B8263 (or 0x0B8263) is known color: Deep Sea. HEX triplet: 0B, 82 and 63. RGB value is (11,130,99). Sum of RGB (Red+Green+Blue) = 11+130+99=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #0B8263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8263 is #F47D9C. Grayscale: #5A5A5A. Windows color (decimal): -16022941 or 6521355. OLE color: 6521355.

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

Color convert

RGB 11 130 99 -
CMYK 0.92 0 0.24 0.49
HSL 164.37º 0.84% 0.28% -
HSV(B) 164.37º 0.92% 0.51% -
XYZ 10.37 16.94 14.53 -
YUV 90.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 11 130 99 0.92 0 0.24 0.49 164.37 0.84 0.28
Hex B 82 63 5C 0 18 31 A4 54 1C
Octal 13 202 143 134 0 30 61 244 124 34
Binary 1011 10000010 1100011 1011100 0 11000 110001 10100100 1010100 11100

Color Harmonies of #0B8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8263

Black with #0B8263

Text Example


Text Example

White with #0B8263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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