Html Css Color HEX #0B5640 Jewel

📋 copy color: '#0B5640'

red 11 ◦ green 86 ◦ blue 64

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

Shades of Jewel #0B5640

Tints of Jewel #0B5640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.42%

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 6.83%
G = 53.42%
B = 39.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#0B5640 (or 0x0B5640) is known color: Jewel. HEX triplet: 0B, 56 and 40. RGB value is (11,86,64). Sum of RGB (Red+Green+Blue) = 11+86+64=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #0B5640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5640 is #F4A9BF. Grayscale: #3D3D3D. Windows color (decimal): -16034240 or 4216331. OLE color: 4216331.

HSL color Cylindrical-coordinate representation of color #0B5640: hue angle of 162.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5640 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 11 86 64 -
CMYK 0.87 0 0.26 0.66
HSL 162.4º 0.77% 0.19% -
HSV(B) 162.4º 0.87% 0.34% -
XYZ 4.39 7.1 5.99 -
YUV 61.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 11 86 64 0.87 0 0.26 0.66 162.4 0.77 0.19
Hex B 56 40 57 0 1A 42 A2 4D 13
Octal 13 126 100 127 0 32 102 242 115 23
Binary 1011 1010110 1000000 1010111 0 11010 1000010 10100010 1001101 10011

Color Harmonies of #0B5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5640

Black with #0B5640

Text Example


Text Example

White with #0B5640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,86,64); }

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

background-color css

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

 a { background-color: rgb(11,86,64); }

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

border-color css

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

 span { border-color: rgb(11,86,64); }

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