#013A33

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

Shades of Cyprus #013A33

Tints of Cyprus #013A33

Color information

#013A33 (or 0x013A33) is unknown color: approx Cyprus. HEX triplet: 01, 3A and 33. RGB value is (1,58,51). Sum of RGB (Red+Green+Blue) = 1+58+51=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #013A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A33 is #FEC5CC. Grayscale: #282828. Windows color (decimal): -16696781 or 3357185. OLE color: 3357185.

HSL color Cylindrical-coordinate representation of color #013A33: hue angle of 172.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A33 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB15851-
CMYK0.9800.120.77
HSL172.63º96.61%11.57%-
HSV(B)172.63º98.28%22.75%-
XYZ2.123.273.65-
YUV40.16134.12100.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=0.91%
G=52.73%
B=46.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158510.9800.120.77172.6396.6111.57
Hex13A33620C4Dad61c
Octal1726314201411525514114
Binary111101011001111000100110010011011010110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013A33; }

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

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

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

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

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

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

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

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