#013B34

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

Shades of Cyprus #013B34

Tints of Cyprus #013B34

Color information

#013B34 (or 0x013B34) is unknown color: approx Cyprus. HEX triplet: 01, 3B and 34. RGB value is (1,59,52). Sum of RGB (Red+Green+Blue) = 1+59+52=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #013B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B34 is #FEC4CB. Grayscale: #282828. Windows color (decimal): -16696524 or 3422977. OLE color: 3422977.

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

Color convert

RGB15952-
CMYK0.9800.120.77
HSL172.76º96.67%11.76%-
HSV(B)172.76º98.31%23.14%-
XYZ2.23.383.79-
YUV40.86134.2899.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 59 (23.44% from 255) = 52.68%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=0.89%
G=52.68%
B=46.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159520.9800.120.77172.7696.6711.76
Hex13B34620C4Dad61c
Octal1736414201411525514114
Binary111101111010011000100110010011011010110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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