#0B4F4D

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

Shades of Cyprus #0B4F4D

Tints of Cyprus #0B4F4D

Color information

#0B4F4D (or 0x0B4F4D) is unknown color: approx Cyprus. HEX triplet: 0B, 4F and 4D. RGB value is (11,79,77). Sum of RGB (Red+Green+Blue) = 11+79+77=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4F4D is #F4B0B2. Grayscale: #3A3A3A. Windows color (decimal): -16036019 or 5066507. OLE color: 5066507.

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

Color convert

RGB117977-
CMYK0.8600.030.69
HSL178.24º75.56%17.65%-
HSV(B)178.24º86.08%30.98%-
XYZ4.276.27.99-
YUV58.44138.4794.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=6.59%
G=47.31%
B=46.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1179770.8600.030.69178.2475.5617.65
HexB4F4D560345b24c12
Octal131171151260310526211422
Binary1011100111110011011010110011100010110110010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,79,77); }

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

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

 a { background-color: rgb(11,79,77); }

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

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

 span { border-color: rgb(11,79,77); }

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