#013A3A

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

Shades of Cyprus #013A3A

Tints of Cyprus #013A3A

Color information

#013A3A (or 0x013A3A) is unknown color: approx Cyprus. HEX triplet: 01, 3A and 3A. RGB value is (1,58,58). Sum of RGB (Red+Green+Blue) = 1+58+58=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #013A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A3A is #FEC5C5. Grayscale: #282828. Windows color (decimal): -16696774 or 3815937. OLE color: 3815937.

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

Color convert

RGB15858-
CMYK0.98000.77
HSL180º96.61%11.57%-
HSV(B)180º98.28%22.75%-
XYZ2.293.344.53-
YUV40.96137.6299.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 58 (23.05% from 255) = 49.57%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=0.85%
G=49.57%
B=49.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158580.98000.7718096.6111.57
Hex13A3A62004Db461c
Octal172721420011526414114
Binary111101011101011000100010011011011010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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