Html Css Color HEX #0B5048 Cyprus

📋 copy color: '#0B5048'

red 11 ◦ green 80 ◦ blue 72

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

Shades of Cyprus #0B5048

Tints of Cyprus #0B5048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 6.75%
G = 49.08%
B = 44.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#0B5048 (or 0x0B5048) is known color: Cyprus. HEX triplet: 0B, 50 and 48. RGB value is (11,80,72). Sum of RGB (Red+Green+Blue) = 11+80+72=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5048 is #F4AFB7. Grayscale: #3A3A3A. Windows color (decimal): -16035768 or 4739083. OLE color: 4739083.

HSL color Cylindrical-coordinate representation of color #0B5048: hue angle of 173.04º 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 #0B5048 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 72 -
CMYK 0.86 0 0.10 0.69
HSL 173.04º 0.76% 0.18% -
HSV(B) 173.04º 0.86% 0.31% -
XYZ 4.18 6.28 7.12 -
YUV 58.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 11 80 72 0.86 0 0.10 0.69 173.04 0.76 0.18
Hex B 50 48 56 0 A 45 AD 4C 12
Octal 13 120 110 126 0 12 105 255 114 22
Binary 1011 1010000 1001000 1010110 0 1010 1000101 10101101 1001100 10010

Color Harmonies of #0B5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5048

Black with #0B5048

Text Example


Text Example

White with #0B5048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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