#014242

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

Shades of Cyprus #014242

Tints of Cyprus #014242

Color information

#014242 (or 0x014242) is unknown color: approx Cyprus. HEX triplet: 01, 42 and 42. RGB value is (1,66,66). Sum of RGB (Red+Green+Blue) = 1+66+66=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #014242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014242 is #FEBDBD. Grayscale: #2E2E2E. Windows color (decimal): -16694718 or 4342273. OLE color: 4342273.

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

Color convert

RGB16666-
CMYK0.98000.74
HSL180º97.01%13.14%-
HSV(B)180º98.48%25.88%-
XYZ2.944.35.83-
YUV46.56138.9795.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 66 (26.17% from 255) = 49.62%
R=0.75%
G=49.62%
B=49.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166660.98000.7418097.0113.14
Hex1424262004Ab461d
Octal11021021420011226414115
Binary11000010100001011000100010010101011010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014242; }

 p { color: rgb(1,66,66); }

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

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

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

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

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

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

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