Html Css Color HEX #01493B Cyprus

📋 copy color: '#01493B'

red 1 ◦ green 73 ◦ blue 59

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

Shades of Cyprus #01493B

Tints of Cyprus #01493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.36%

R = 0.75%
G = 54.89%
B = 44.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#01493B (or 0x01493B) is known color: Cyprus. HEX triplet: 01, 49 and 3B. RGB value is (1,73,59). Sum of RGB (Red+Green+Blue) = 1+73+59=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #01493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01493B is #FEB6C4. Grayscale: #313131. Windows color (decimal): -16692933 or 3885313. OLE color: 3885313.

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

Color convert

RGB 1 73 59 -
CMYK 0.99 0 0.19 0.71
HSL 168.33º 0.97% 0.15% -
HSV(B) 168.33º 0.99% 0.29% -
XYZ 3.18 5.09 4.95 -
YUV 49.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 1 73 59 0.99 0 0.19 0.71 168.33 0.97 0.15
Hex 1 49 3B 63 0 13 47 A8 61 F
Octal 1 111 73 143 0 23 107 250 141 17
Binary 1 1001001 111011 1100011 0 10011 1000111 10101000 1100001 1111

Color Harmonies of #01493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01493B

Black with #01493B

Text Example


Text Example

White with #01493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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