Html Css Color HEX #0B6447 Jewel

📋 copy color: '#0B6447'

red 11 ◦ green 100 ◦ blue 71

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

Shades of Jewel #0B6447

Tints of Jewel #0B6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.95%

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 6.04%
G = 54.95%
B = 39.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#0B6447 (or 0x0B6447) is known color: Jewel. HEX triplet: 0B, 64 and 47. RGB value is (11,100,71). Sum of RGB (Red+Green+Blue) = 11+100+71=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #0B6447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6447 is #F49BB8. Grayscale: #464646. Windows color (decimal): -16030649 or 4678667. OLE color: 4678667.

HSL color Cylindrical-coordinate representation of color #0B6447: hue angle of 160.45º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6447 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 11 100 71 -
CMYK 0.89 0 0.29 0.61
HSL 160.45º 0.8% 0.22% -
HSV(B) 160.45º 0.89% 0.39% -
XYZ 5.83 9.64 7.51 -
YUV 70.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 11 100 71 0.89 0 0.29 0.61 160.45 0.8 0.22
Hex B 64 47 59 0 1D 3D A0 50 16
Octal 13 144 107 131 0 35 75 240 120 26
Binary 1011 1100100 1000111 1011001 0 11101 111101 10100000 1010000 10110

Color Harmonies of #0B6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6447

Black with #0B6447

Text Example


Text Example

White with #0B6447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,100,71); }

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

background-color css

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

 a { background-color: rgb(11,100,71); }

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

border-color css

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

 span { border-color: rgb(11,100,71); }

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