#013B33

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

Shades of Cyprus #013B33

Tints of Cyprus #013B33

Color information

#013B33 (or 0x013B33) is unknown color: approx Cyprus. HEX triplet: 01, 3B and 33. RGB value is (1,59,51). Sum of RGB (Red+Green+Blue) = 1+59+51=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #013B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B33 is #FEC4CC. Grayscale: #282828. Windows color (decimal): -16696525 or 3357441. OLE color: 3357441.

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

Color convert

RGB15951-
CMYK0.9800.140.77
HSL171.72º96.67%11.76%-
HSV(B)171.72º98.31%23.14%-
XYZ2.173.373.67-
YUV40.75133.7899.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 59 (23.44% from 255) = 53.15%
BLUE value IS 51 (20.31% from 255) = 45.95%
R=0.90%
G=53.15%
B=45.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159510.9800.140.77171.7296.6711.76
Hex13B33620E4Dac61c
Octal1736314201611525414114
Binary111101111001111000100111010011011010110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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