#01373E

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

Shades of Cyprus #01373E

Tints of Cyprus #01373E

Color information

#01373E (or 0x01373E) is unknown color: approx Cyprus. HEX triplet: 01, 37 and 3E. RGB value is (1,55,62). Sum of RGB (Red+Green+Blue) = 1+55+62=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #01373E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01373E is #FEC8C1. Grayscale: #272727. Windows color (decimal): -16697538 or 4077313. OLE color: 4077313.

HSL color Cylindrical-coordinate representation of color #01373E: hue angle of 186.89º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01373E is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB15562-
CMYK0.980.1100.76
HSL186.89º96.83%12.35%-
HSV(B)186.89º98.39%24.31%-
XYZ2.253.095.03-
YUV39.65140.61100.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 62 (24.61% from 255) = 52.54%
R=0.85%
G=46.61%
B=52.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal155620.980.1100.76186.8996.8312.35
Hex1373E62B04Cbb61c
Octal1677614213011427314114
Binary111011111111011000101011010011001011101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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