Html Css Color HEX #01493A Cyprus

📋 copy color: '#01493A'

red 1 ◦ green 73 ◦ blue 58

#01493A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #01493A

Tints of Cyprus #01493A

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 73 (28.91% from 255) = 55.3%

 BLUE value IS 58 (23.05% from 255) = 43.94%

R = 0.76%
G = 55.3%
B = 43.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#01493A (or 0x01493A) is known color: Cyprus. HEX triplet: 01, 49 and 3A. RGB value is (1,73,58). Sum of RGB (Red+Green+Blue) = 1+73+58=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #01493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01493A is #FEB6C5. Grayscale: #313131. Windows color (decimal): -16692934 or 3819777. OLE color: 3819777.

HSL color Cylindrical-coordinate representation of color #01493A: hue angle of 167.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01493A is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 73 58 -
CMYK 0.99 0 0.21 0.71
HSL 167.5º 0.97% 0.15% -
HSV(B) 167.5º 0.99% 0.29% -
XYZ 3.16 5.08 4.82 -
YUV 49.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 1 73 58 0.99 0 0.21 0.71 167.5 0.97 0.15
Hex 1 49 3A 63 0 15 47 A8 61 F
Octal 1 111 72 143 0 25 107 250 141 17
Binary 1 1001001 111010 1100011 0 10101 1000111 10101000 1100001 1111

Color Harmonies of #01493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01493A

Black with #01493A

Text Example


Text Example

White with #01493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01493A;
 }
 .AnyTagClassName
 {
   color: #01493A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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