Html Css Color HEX #0B875D Deep Sea

📋 copy color: '#0B875D'

red 11 ◦ green 135 ◦ blue 93

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

Shades of Deep Sea #0B875D

Tints of Deep Sea #0B875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.49%

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

R = 4.6%
G = 56.49%
B = 38.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#0B875D (or 0x0B875D) is known color: Deep Sea. HEX triplet: 0B, 87 and 5D. RGB value is (11,135,93). Sum of RGB (Red+Green+Blue) = 11+135+93=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #0B875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B875D is #F478A2. Grayscale: #5D5D5D. Windows color (decimal): -16021667 or 6129419. OLE color: 6129419.

HSL color Cylindrical-coordinate representation of color #0B875D: hue angle of 159.68º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B875D is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 135 93 -
CMYK 0.92 0 0.31 0.47
HSL 159.68º 0.85% 0.29% -
HSV(B) 159.68º 0.92% 0.53% -
XYZ 10.78 18.19 13.3 -
YUV 93.14 127.92 69.42 -
System Red Green Blue C M Y K H S L
Decimal 11 135 93 0.92 0 0.31 0.47 159.68 0.85 0.29
Hex B 87 5D 5C 0 1F 2F A0 55 1D
Octal 13 207 135 134 0 37 57 240 125 35
Binary 1011 10000111 1011101 1011100 0 11111 101111 10100000 1010101 11101

Color Harmonies of #0B875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B875D

Black with #0B875D

Text Example


Text Example

White with #0B875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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