#013435

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

Shades of Cyprus #013435

Tints of Cyprus #013435

Color information

#013435 (or 0x013435) is unknown color: approx Cyprus. HEX triplet: 01, 34 and 35. RGB value is (1,52,53). Sum of RGB (Red+Green+Blue) = 1+52+53=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #013435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013435 is #FECBCA. Grayscale: #242424. Windows color (decimal): -16698315 or 3486721. OLE color: 3486721.

HSL color Cylindrical-coordinate representation of color #013435: hue angle of 181.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013435 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB15253-
CMYK0.980.0200.79
HSL181.15º96.3%10.59%-
HSV(B)181.15º98.11%20.78%-
XYZ1.882.723.79-
YUV36.86137.1102.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 53 (21.09% from 255) = 50%
R=0.94%
G=49.06%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal152530.980.0200.79181.1596.310.59
Hex1343562204Fb560b
Octal164651422011726514013
Binary1110100110101110001010010011111011010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013435; }

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

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

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

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

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

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

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

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