#013336

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

Shades of Cyprus #013336

Tints of Cyprus #013336

Color information

#013336 (or 0x013336) is unknown color: approx Cyprus. HEX triplet: 01, 33 and 36. RGB value is (1,51,54). Sum of RGB (Red+Green+Blue) = 1+51+54=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #013336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013336 is #FECCC9. Grayscale: #242424. Windows color (decimal): -16698570 or 3552001. OLE color: 3552001.

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

Color convert

RGB15154-
CMYK0.980.0600.79
HSL183.4º96.36%10.78%-
HSV(B)183.4º98.15%21.18%-
XYZ1.862.643.9-
YUV36.39137.94102.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 54 (21.48% from 255) = 50.94%
R=0.94%
G=48.11%
B=50.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal151540.980.0600.79183.496.3610.78
Hex1333662604Fb760b
Octal163661426011726714013
Binary11100111101101100010110010011111011011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013336; }

 p { color: rgb(1,51,54); }

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

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

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

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

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

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

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