#01393A

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

Shades of Cyprus #01393A

Tints of Cyprus #01393A

Color information

#01393A (or 0x01393A) is unknown color: approx Cyprus. HEX triplet: 01, 39 and 3A. RGB value is (1,57,58). Sum of RGB (Red+Green+Blue) = 1+57+58=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #01393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01393A is #FEC6C5. Grayscale: #282828. Windows color (decimal): -16697030 or 3815681. OLE color: 3815681.

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

Color convert

RGB15758-
CMYK0.980.0200.77
HSL181.05º96.61%11.57%-
HSV(B)181.05º98.28%22.75%-
XYZ2.243.244.51-
YUV40.37137.9599.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 58 (23.05% from 255) = 50%
R=0.86%
G=49.14%
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.77
SystemRedGreenBlueCMYKHSL
Decimal157580.980.0200.77181.0596.6111.57
Hex1393A62204Db561c
Octal171721422011526514114
Binary1111001111010110001010010011011011010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01393A; }

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

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

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

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

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

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

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

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