#01343B

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

Shades of Cyprus #01343B

Tints of Cyprus #01343B

Color information

#01343B (or 0x01343B) is unknown color: approx Cyprus. HEX triplet: 01, 34 and 3B. RGB value is (1,52,59). Sum of RGB (Red+Green+Blue) = 1+52+59=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #01343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01343B is #FECBC4. Grayscale: #252525. Windows color (decimal): -16698309 or 3879937. OLE color: 3879937.

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

Color convert

RGB15259-
CMYK0.980.1200.77
HSL187.24º96.67%11.76%-
HSV(B)187.24º98.31%23.14%-
XYZ2.032.784.57-
YUV37.55140.1101.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=0.89%
G=46.43%
B=52.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal152590.980.1200.77187.2496.6711.76
Hex1343B62C04Dbb61c
Octal1647314214011527314114
Binary111010011101111000101100010011011011101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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