#013437

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

Shades of Cyprus #013437

Tints of Cyprus #013437

Color information

#013437 (or 0x013437) is unknown color: approx Cyprus. HEX triplet: 01, 34 and 37. RGB value is (1,52,55). Sum of RGB (Red+Green+Blue) = 1+52+55=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #013437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013437 is #FECBC8. Grayscale: #252525. Windows color (decimal): -16698313 or 3617793. OLE color: 3617793.

HSL color Cylindrical-coordinate representation of color #013437: hue angle of 183.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013437 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15255-
CMYK0.980.0500.78
HSL183.33º96.43%10.98%-
HSV(B)183.33º98.18%21.57%-
XYZ1.932.744.04-
YUV37.09138.1102.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 55 (21.88% from 255) = 50.93%
R=0.93%
G=48.15%
B=50.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal152550.980.0500.78183.3396.4310.98
Hex1343762504Eb760b
Octal164671425011626714013
Binary11101001101111100010101010011101011011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013437; }

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

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

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

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

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

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

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

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