Html Css Color HEX #01473E Cyprus

📋 copy color: '#01473E'

red 1 ◦ green 71 ◦ blue 62

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

Shades of Cyprus #01473E

Tints of Cyprus #01473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.99%

 BLUE value IS 62 (24.61% from 255) = 46.27%

R = 0.75%
G = 52.99%
B = 46.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#01473E (or 0x01473E) is known color: Cyprus. HEX triplet: 01, 47 and 3E. RGB value is (1,71,62). Sum of RGB (Red+Green+Blue) = 1+71+62=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #01473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01473E is #FEB8C1. Grayscale: #313131. Windows color (decimal): -16693442 or 4081409. OLE color: 4081409.

HSL color Cylindrical-coordinate representation of color #01473E: hue angle of 172.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01473E is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 62 -
CMYK 0.99 0 0.13 0.72
HSL 172.29º 0.97% 0.14% -
HSV(B) 172.29º 0.99% 0.28% -
XYZ 3.14 4.86 5.33 -
YUV 49.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 1 71 62 0.99 0 0.13 0.72 172.29 0.97 0.14
Hex 1 47 3E 63 0 D 48 AC 61 E
Octal 1 107 76 143 0 15 110 254 141 16
Binary 1 1000111 111110 1100011 0 1101 1001000 10101100 1100001 1110

Color Harmonies of #01473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01473E

Black with #01473E

Text Example


Text Example

White with #01473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01473E; }

 p { color: rgb(1,71,62); }

 H1.HeaderClassName
 {
   color: #01473E;
 }
 .AnyTagClassName
 {
   color: #01473E;
 }
</style>

background-color css

<style>
 a { background-color: #01473E; }

 a { background-color: rgb(1,71,62); }

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

border-color css

<style>
 span { border-color: #01473E; }

 span { border-color: rgb(1,71,62); }

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