#013A35

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

Shades of Cyprus #013A35

Tints of Cyprus #013A35

Color information

#013A35 (or 0x013A35) is unknown color: approx Cyprus. HEX triplet: 01, 3A and 35. RGB value is (1,58,53). Sum of RGB (Red+Green+Blue) = 1+58+53=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #013A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A35 is #FEC5CA. Grayscale: #282828. Windows color (decimal): -16696779 or 3488257. OLE color: 3488257.

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

Color convert

RGB15853-
CMYK0.9800.090.77
HSL174.74º96.61%11.57%-
HSV(B)174.74º98.28%22.75%-
XYZ2.173.293.89-
YUV40.39135.1299.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 58 (23.05% from 255) = 51.79%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=0.89%
G=51.79%
B=47.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158530.9800.090.77174.7496.6111.57
Hex13A3562094Daf61c
Octal1726514201111525714114
Binary111101011010111000100100110011011010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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