#013B36

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

Shades of Cyprus #013B36

Tints of Cyprus #013B36

Color information

#013B36 (or 0x013B36) is unknown color: approx Cyprus. HEX triplet: 01, 3B and 36. RGB value is (1,59,54). Sum of RGB (Red+Green+Blue) = 1+59+54=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #013B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B36 is #FEC4C9. Grayscale: #292929. Windows color (decimal): -16696522 or 3554049. OLE color: 3554049.

HSL color Cylindrical-coordinate representation of color #013B36: hue angle of 174.83º 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 #013B36 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.

Color convert

RGB15954-
CMYK0.9800.080.77
HSL174.83º96.67%11.76%-
HSV(B)174.83º98.31%23.14%-
XYZ2.243.44.03-
YUV41.09135.2899.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 59 (23.44% from 255) = 51.75%
BLUE value IS 54 (21.48% from 255) = 47.37%
R=0.88%
G=51.75%
B=47.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159540.9800.080.77174.8396.6711.76
Hex13B3662084Daf61c
Octal1736614201011525714114
Binary111101111011011000100100010011011010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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