#013339

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

Shades of Cyprus #013339

Tints of Cyprus #013339

Color information

#013339 (or 0x013339) is unknown color: approx Cyprus. HEX triplet: 01, 33 and 39. RGB value is (1,51,57). Sum of RGB (Red+Green+Blue) = 1+51+57=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #013339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013339 is #FECCC6. Grayscale: #242424. Windows color (decimal): -16698567 or 3748609. OLE color: 3748609.

HSL color Cylindrical-coordinate representation of color #013339: hue angle of 186.43º degrees, saturation: 0.97, 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 #013339 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15157-
CMYK0.980.1100.78
HSL186.43º96.55%11.37%-
HSV(B)186.43º98.25%22.35%-
XYZ1.932.674.28-
YUV36.73139.44102.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=0.92%
G=46.79%
B=52.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal151570.980.1100.78186.4396.5511.37
Hex1333962B04Eba61b
Octal1637114213011627214113
Binary111001111100111000101011010011101011101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013339; }

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

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

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

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

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

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

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

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