#01453E

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

Shades of Cyprus #01453E

Tints of Cyprus #01453E

Color information

#01453E (or 0x01453E) is unknown color: approx Cyprus. HEX triplet: 01, 45 and 3E. RGB value is (1,69,62). Sum of RGB (Red+Green+Blue) = 1+69+62=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #01453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01453E is #FEBAC1. Grayscale: #2F2F2F. Windows color (decimal): -16693954 or 4080897. OLE color: 4080897.

HSL color Cylindrical-coordinate representation of color #01453E: hue angle of 173.82º 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 #01453E is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB16962-
CMYK0.9900.100.73
HSL173.82º97.14%13.73%-
HSV(B)173.82º98.55%27.06%-
XYZ3.014.615.29-
YUV47.87135.9794.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=0.76%
G=52.27%
B=46.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169620.9900.100.73173.8297.1413.73
Hex1453E630A49ae61e
Octal11057614301211125614116
Binary1100010111111011000110101010010011010111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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