#014237

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

Shades of Cyprus #014237

Tints of Cyprus #014237

Color information

#014237 (or 0x014237) is unknown color: approx Cyprus. HEX triplet: 01, 42 and 37. RGB value is (1,66,55). Sum of RGB (Red+Green+Blue) = 1+66+55=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #014237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014237 is #FEBDC8. Grayscale: #2D2D2D. Windows color (decimal): -16694729 or 3621377. OLE color: 3621377.

HSL color Cylindrical-coordinate representation of color #014237: hue angle of 169.85º 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 #014237 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB16655-
CMYK0.9800.170.74
HSL169.85º97.01%13.14%-
HSV(B)169.85º98.48%25.88%-
XYZ2.654.184.28-
YUV45.31133.4796.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 66 (26.17% from 255) = 54.10%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=0.82%
G=54.10%
B=45.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166550.9800.170.74169.8597.0113.14
Hex14237620114Aaa61d
Octal11026714202111225214115
Binary11000010110111110001001000110010101010101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014237; }

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

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

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

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

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

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

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

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