#0B504E

Color #0B504E Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0B504E

Tints of Cyprus #0B504E

Color information

#0B504E (or 0x0B504E) is unknown color: approx Cyprus. HEX triplet: 0B, 50 and 4E. RGB value is (11,80,78). Sum of RGB (Red+Green+Blue) = 11+80+78=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #0B504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B504E is #F4AFB1. Grayscale: #3B3B3B. Windows color (decimal): -16035762 or 5132299. OLE color: 5132299.

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

Color convert

RGB118078-
CMYK0.8600.020.69
HSL178.26º75.82%17.84%-
HSV(B)178.26º86.25%31.37%-
XYZ4.386.368.2-
YUV59.14138.6493.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=6.51%
G=47.34%
B=46.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1180780.8600.020.69178.2675.8217.84
HexB504E560245b24c12
Octal131201161260210526211422
Binary1011101000010011101010110010100010110110010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B504E;
 }
 .AnyTagClassName
 {
   color: #0B504E;
 }
</style>
background-color css

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

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

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

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

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

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