#01403B

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

Shades of Cyprus #01403B

Tints of Cyprus #01403B

Color information

#01403B (or 0x01403B) is unknown color: approx Cyprus. HEX triplet: 01, 40 and 3B. RGB value is (1,64,59). Sum of RGB (Red+Green+Blue) = 1+64+59=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #01403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01403B is #FEBFC4. Grayscale: #2C2C2C. Windows color (decimal): -16695237 or 3883009. OLE color: 3883009.

HSL color Cylindrical-coordinate representation of color #01403B: hue angle of 175.24º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01403B is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB16459-
CMYK0.9800.080.75
HSL175.24º96.92%12.75%-
HSV(B)175.24º98.44%25.1%-
XYZ2.643.994.77-
YUV44.59136.1396.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 59 (23.44% from 255) = 47.58%
R=0.81%
G=51.61%
B=47.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164590.9800.080.75175.2496.9212.75
Hex1403B62084Baf61d
Octal11007314201011325714115
Binary1100000011101111000100100010010111010111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01403B; }

 p { color: rgb(1,64,59); }

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

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

 a { background-color: rgb(1,64,59); }

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

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

 span { border-color: rgb(1,64,59); }

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