Html Css Color HEX #0B5049 Cyprus

📋 copy color: '#0B5049'

red 11 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #0B5049

Tints of Cyprus #0B5049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.78%

 BLUE value IS 73 (28.91% from 255) = 44.51%

R = 6.71%
G = 48.78%
B = 44.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#0B5049 (or 0x0B5049) is known color: Cyprus. HEX triplet: 0B, 50 and 49. RGB value is (11,80,73). Sum of RGB (Red+Green+Blue) = 11+80+73=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5049 is #F4AFB6. Grayscale: #3A3A3A. Windows color (decimal): -16035767 or 4804619. OLE color: 4804619.

HSL color Cylindrical-coordinate representation of color #0B5049: hue angle of 173.91º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5049 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 73 -
CMYK 0.86 0 0.09 0.69
HSL 173.91º 0.76% 0.18% -
HSV(B) 173.91º 0.86% 0.31% -
XYZ 4.21 6.29 7.3 -
YUV 58.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 11 80 73 0.86 0 0.09 0.69 173.91 0.76 0.18
Hex B 50 49 56 0 9 45 AE 4C 12
Octal 13 120 111 126 0 11 105 256 114 22
Binary 1011 1010000 1001001 1010110 0 1001 1000101 10101110 1001100 10010

Color Harmonies of #0B5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5049

Black with #0B5049

Text Example


Text Example

White with #0B5049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,80,73); }

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

background-color css

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

 a { background-color: rgb(11,80,73); }

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

border-color css

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

 span { border-color: rgb(11,80,73); }

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