#01373B

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

Shades of Cyprus #01373B

Tints of Cyprus #01373B

Color information

#01373B (or 0x01373B) is unknown color: approx Cyprus. HEX triplet: 01, 37 and 3B. RGB value is (1,55,59). Sum of RGB (Red+Green+Blue) = 1+55+59=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #01373B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01373B is #FEC8C4. Grayscale: #272727. Windows color (decimal): -16697541 or 3880705. OLE color: 3880705.

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

Color convert

RGB15559-
CMYK0.980.0700.77
HSL184.14º96.67%11.76%-
HSV(B)184.14º98.31%23.14%-
XYZ2.173.054.61-
YUV39.31139.11100.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 55 (21.88% from 255) = 47.83%
BLUE value IS 59 (23.44% from 255) = 51.30%
R=0.87%
G=47.83%
B=51.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal155590.980.0700.77184.1496.6711.76
Hex1373B62704Db861c
Octal167731427011527014114
Binary11101111110111100010111010011011011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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