#013233

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

Shades of Cyprus #013233

Tints of Cyprus #013233

Color information

#013233 (or 0x013233) is unknown color: approx Cyprus. HEX triplet: 01, 32 and 33. RGB value is (1,50,51). Sum of RGB (Red+Green+Blue) = 1+50+51=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #013233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013233 is #FECDCC. Grayscale: #232323. Windows color (decimal): -16698829 or 3355137. OLE color: 3355137.

HSL color Cylindrical-coordinate representation of color #013233: hue angle of 181.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013233 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB15051-
CMYK0.980.0200.8
HSL181.2º96.15%10.2%-
HSV(B)181.2º98.04%20%-
XYZ1.752.533.53-
YUV35.46136.77103.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 51 (20.31% from 255) = 50%
R=0.98%
G=49.02%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal150510.980.0200.8181.296.1510.2
Hex13233622050b560a
Octal162631422012026514012
Binary1110010110011110001010010100001011010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013233; }

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

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

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

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

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

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

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

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