#01393D

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

Shades of Cyprus #01393D

Tints of Cyprus #01393D

Color information

#01393D (or 0x01393D) is unknown color: approx Cyprus. HEX triplet: 01, 39 and 3D. RGB value is (1,57,61). Sum of RGB (Red+Green+Blue) = 1+57+61=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #01393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01393D is #FEC6C2. Grayscale: #282828. Windows color (decimal): -16697027 or 4012289. OLE color: 4012289.

HSL color Cylindrical-coordinate representation of color #01393D: hue angle of 184º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01393D is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB15761-
CMYK0.980.0700.76
HSL184º96.77%12.16%-
HSV(B)184º98.36%23.92%-
XYZ2.323.274.92-
YUV40.71139.4599.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=0.84%
G=47.90%
B=51.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal157610.980.0700.7618496.7712.16
Hex1393D62704Cb861c
Octal171751427011427014114
Binary11110011111011100010111010011001011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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