#0B4D4E

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

Shades of Cyprus #0B4D4E

Tints of Cyprus #0B4D4E

Color information

#0B4D4E (or 0x0B4D4E) is unknown color: approx Cyprus. HEX triplet: 0B, 4D and 4E. RGB value is (11,77,78). Sum of RGB (Red+Green+Blue) = 11+77+78=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B4D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4D4E is #F4B2B1. Grayscale: #393939. Windows color (decimal): -16036530 or 5131531. OLE color: 5131531.

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

Color convert

RGB117778-
CMYK0.860.0100.69
HSL180.9º75.28%17.45%-
HSV(B)180.9º85.9%30.59%-
XYZ4.175.938.13-
YUV57.38139.6394.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=6.63%
G=46.39%
B=46.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1177780.860.0100.69180.975.2817.45
HexB4D4E561045b54b11
Octal131151161261010526511321
Binary101110011011001110101011010100010110110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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