#01353A

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

Shades of Cyprus #01353A

Tints of Cyprus #01353A

Color information

#01353A (or 0x01353A) is unknown color: approx Cyprus. HEX triplet: 01, 35 and 3A. RGB value is (1,53,58). Sum of RGB (Red+Green+Blue) = 1+53+58=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #01353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01353A is #FECAC5. Grayscale: #252525. Windows color (decimal): -16698054 or 3814657. OLE color: 3814657.

HSL color Cylindrical-coordinate representation of color #01353A: hue angle of 185.26º 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 #01353A is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB15358-
CMYK0.980.0900.77
HSL185.26º96.61%11.57%-
HSV(B)185.26º98.28%22.75%-
XYZ2.052.864.45-
YUV38.02139.27101.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 58 (23.05% from 255) = 51.79%
R=0.89%
G=47.32%
B=51.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal153580.980.0900.77185.2696.6111.57
Hex1353A62904Db961c
Octal1657214211011527114114
Binary111010111101011000101001010011011011100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01353A; }

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

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

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

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

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

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

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

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