#01403C

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

Shades of Cyprus #01403C

Tints of Cyprus #01403C

Color information

#01403C (or 0x01403C) is unknown color: approx Cyprus. HEX triplet: 01, 40 and 3C. RGB value is (1,64,60). Sum of RGB (Red+Green+Blue) = 1+64+60=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #01403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01403C is #FEBFC3. Grayscale: #2C2C2C. Windows color (decimal): -16695236 or 3948545. OLE color: 3948545.

HSL color Cylindrical-coordinate representation of color #01403C: hue angle of 176.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01403C is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB16460-
CMYK0.9800.060.75
HSL176.19º96.92%12.75%-
HSV(B)176.19º98.44%25.1%-
XYZ2.6644.91-
YUV44.71136.6396.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 60 (23.83% from 255) = 48%
R=0.8%
G=51.2%
B=48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164600.9800.060.75176.1996.9212.75
Hex1403C62064Bb061d
Octal1100741420611326014115
Binary110000001111001100010011010010111011000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01403C; }

 p { color: rgb(1,64,60); }

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

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

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

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

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

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

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