#014337

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

Shades of Cyprus #014337

Tints of Cyprus #014337

Color information

#014337 (or 0x014337) is unknown color: approx Cyprus. HEX triplet: 01, 43 and 37. RGB value is (1,67,55). Sum of RGB (Red+Green+Blue) = 1+67+55=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #014337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014337 is #FEBCC8. Grayscale: #2D2D2D. Windows color (decimal): -16694473 or 3621633. OLE color: 3621633.

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

Color convert

RGB16755-
CMYK0.9900.180.74
HSL169.09º97.06%13.33%-
HSV(B)169.09º98.51%26.27%-
XYZ2.714.34.3-
YUV45.9133.1395.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 55 (21.88% from 255) = 44.72%
R=0.81%
G=54.47%
B=44.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167550.9900.180.74169.0997.0613.33
Hex14337630124Aa961d
Octal11036714302211225114115
Binary11000011110111110001101001010010101010100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014337; }

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

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

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

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

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

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

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

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