Html Css Color HEX #01493D Cyprus

📋 copy color: '#01493D'

red 1 ◦ green 73 ◦ blue 61

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

Shades of Cyprus #01493D

Tints of Cyprus #01493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 0.74%
G = 54.07%
B = 45.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#01493D (or 0x01493D) is known color: Cyprus. HEX triplet: 01, 49 and 3D. RGB value is (1,73,61). Sum of RGB (Red+Green+Blue) = 1+73+61=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #01493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01493D is #FEB6C2. Grayscale: #323232. Windows color (decimal): -16692931 or 4016385. OLE color: 4016385.

HSL color Cylindrical-coordinate representation of color #01493D: hue angle of 170º 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 #01493D is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 73 61 -
CMYK 0.99 0 0.16 0.71
HSL 170º 0.97% 0.15% -
HSV(B) 170º 0.99% 0.29% -
XYZ 3.24 5.11 5.23 -
YUV 50.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 1 73 61 0.99 0 0.16 0.71 170 0.97 0.15
Hex 1 49 3D 63 0 10 47 AA 61 F
Octal 1 111 75 143 0 20 107 252 141 17
Binary 1 1001001 111101 1100011 0 10000 1000111 10101010 1100001 1111

Color Harmonies of #01493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01493D

Black with #01493D

Text Example


Text Example

White with #01493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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