#013B3B

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

Shades of Cyprus #013B3B

Tints of Cyprus #013B3B

Color information

#013B3B (or 0x013B3B) is unknown color: approx Cyprus. HEX triplet: 01, 3B and 3B. RGB value is (1,59,59). Sum of RGB (Red+Green+Blue) = 1+59+59=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #013B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B3B is #FEC4C4. Grayscale: #292929. Windows color (decimal): -16696517 or 3881729. OLE color: 3881729.

HSL color Cylindrical-coordinate representation of color #013B3B: hue angle of 180º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B3B is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB15959-
CMYK0.98000.77
HSL180º96.67%11.76%-
HSV(B)180º98.31%23.14%-
XYZ2.373.454.68-
YUV41.66137.7899-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 59 (23.44% from 255) = 49.58%
BLUE value IS 59 (23.44% from 255) = 49.58%
R=0.84%
G=49.58%
B=49.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159590.98000.7718096.6711.76
Hex13B3B62004Db461c
Octal173731420011526414114
Binary111101111101111000100010011011011010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013B3B; }

 p { color: rgb(1,59,59); }

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

<style>
 a { background-color: #013B3B; }

 a { background-color: rgb(1,59,59); }

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

<style>
 span { border-color: #013B3B; }

 span { border-color: rgb(1,59,59); }

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