#013335

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

Shades of Cyprus #013335

Tints of Cyprus #013335

Color information

#013335 (or 0x013335) is unknown color: approx Cyprus. HEX triplet: 01, 33 and 35. RGB value is (1,51,53). Sum of RGB (Red+Green+Blue) = 1+51+53=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #013335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013335 is #FECCCA. Grayscale: #242424. Windows color (decimal): -16698571 or 3486465. OLE color: 3486465.

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

Color convert

RGB15153-
CMYK0.980.0400.79
HSL182.31º96.3%10.59%-
HSV(B)182.31º98.11%20.78%-
XYZ1.842.633.78-
YUV36.28137.44102.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=0.95%
G=48.57%
B=50.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal151530.980.0400.79182.3196.310.59
Hex1333562404Fb660b
Octal163651424011726614013
Binary11100111101011100010100010011111011011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013335; }

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

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

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

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

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

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

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

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