#01343A

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

Shades of Cyprus #01343A

Tints of Cyprus #01343A

Color information

#01343A (or 0x01343A) is unknown color: approx Cyprus. HEX triplet: 01, 34 and 3A. RGB value is (1,52,58). Sum of RGB (Red+Green+Blue) = 1+52+58=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #01343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01343A is #FECBC5. Grayscale: #252525. Windows color (decimal): -16698310 or 3814401. OLE color: 3814401.

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

Color convert

RGB15258-
CMYK0.980.1000.77
HSL186.32º96.61%11.57%-
HSV(B)186.32º98.28%22.75%-
XYZ22.774.43-
YUV37.43139.6102.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=0.90%
G=46.85%
B=52.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal152580.980.1000.77186.3296.6111.57
Hex1343A62A04Dba61c
Octal1647214212011527214114
Binary111010011101011000101010010011011011101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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