#01413F

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

Shades of Cyprus #01413F

Tints of Cyprus #01413F

Color information

#01413F (or 0x01413F) is unknown color: approx Cyprus. HEX triplet: 01, 41 and 3F. RGB value is (1,65,63). Sum of RGB (Red+Green+Blue) = 1+65+63=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #01413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01413F is #FEBEC0. Grayscale: #2D2D2D. Windows color (decimal): -16694977 or 4145409. OLE color: 4145409.

HSL color Cylindrical-coordinate representation of color #01413F: hue angle of 178.12º 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 #01413F is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB16563-
CMYK0.9800.030.75
HSL178.12º96.97%12.94%-
HSV(B)178.12º98.46%25.49%-
XYZ2.84.155.36-
YUV45.64137.896.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 63 (25% from 255) = 48.84%
R=0.78%
G=50.39%
B=48.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165630.9800.030.75178.1296.9712.94
Hex1413F62034Bb261d
Octal1101771420311326214115
Binary11000001111111110001001110010111011001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01413F; }

 p { color: rgb(1,65,63); }

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

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

 a { background-color: rgb(1,65,63); }

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

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

 span { border-color: rgb(1,65,63); }

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