#013E40

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

Shades of Cyprus #013E40

Tints of Cyprus #013E40

Color information

#013E40 (or 0x013E40) is unknown color: approx Cyprus. HEX triplet: 01, 3E and 40. RGB value is (1,62,64). Sum of RGB (Red+Green+Blue) = 1+62+64=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #013E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E40 is #FEC1BF. Grayscale: #2B2B2B. Windows color (decimal): -16695744 or 4210177. OLE color: 4210177.

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

Color convert

RGB16264-
CMYK0.980.0300.75
HSL181.9º96.92%12.75%-
HSV(B)181.9º98.44%25.1%-
XYZ2.663.825.45-
YUV43.99139.2997.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 62 (24.61% from 255) = 48.82%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=0.79%
G=48.82%
B=50.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal162640.980.0300.75181.996.9212.75
Hex13E4062304Bb661d
Octal1761001423011326614115
Binary11111101000000110001011010010111011011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013E40; }

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

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

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

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

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

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

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

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