#013334

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

Shades of Cyprus #013334

Tints of Cyprus #013334

Color information

#013334 (or 0x013334) is unknown color: approx Cyprus. HEX triplet: 01, 33 and 34. RGB value is (1,51,52). Sum of RGB (Red+Green+Blue) = 1+51+52=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #013334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013334 is #FECCCB. Grayscale: #242424. Windows color (decimal): -16698572 or 3420929. OLE color: 3420929.

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

Color convert

RGB15152-
CMYK0.980.0200.80
HSL181.18º96.23%10.39%-
HSV(B)181.18º98.08%20.39%-
XYZ1.822.623.66-
YUV36.16136.94102.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 52 (20.70% from 255) = 50%
R=0.96%
G=49.04%
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.80
SystemRedGreenBlueCMYKHSL
Decimal151520.980.0200.80181.1896.2310.39
Hex13334622050b560a
Octal163641422012026514012
Binary1110011110100110001010010100001011010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013334; }

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

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

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

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

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

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

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

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