#01453C

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

Shades of Cyprus #01453C

Tints of Cyprus #01453C

Color information

#01453C (or 0x01453C) is unknown color: approx Cyprus. HEX triplet: 01, 45 and 3C. RGB value is (1,69,60). Sum of RGB (Red+Green+Blue) = 1+69+60=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #01453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01453C is #FEBAC3. Grayscale: #2F2F2F. Windows color (decimal): -16693956 or 3949825. OLE color: 3949825.

HSL color Cylindrical-coordinate representation of color #01453C: hue angle of 172.06º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01453C is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB16960-
CMYK0.9900.130.73
HSL172.06º97.14%13.73%-
HSV(B)172.06º98.55%27.06%-
XYZ2.964.595-
YUV47.64134.9794.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 69 (27.34% from 255) = 53.08%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=0.77%
G=53.08%
B=46.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169600.9900.130.73172.0697.1413.73
Hex1453C630D49ac61e
Octal11057414301511125414116
Binary1100010111110011000110110110010011010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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