Html Css Color HEX #01513E Cyprus

📋 copy color: '#01513E'

red 1 ◦ green 81 ◦ blue 62

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

Shades of Cyprus #01513E

Tints of Cyprus #01513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 56.25%

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

R = 0.69%
G = 56.25%
B = 43.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#01513E (or 0x01513E) is known color: Cyprus. HEX triplet: 01, 51 and 3E. RGB value is (1,81,62). Sum of RGB (Red+Green+Blue) = 1+81+62=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #01513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01513E is #FEAEC1. Grayscale: #363636. Windows color (decimal): -16690882 or 4083969. OLE color: 4083969.

HSL color Cylindrical-coordinate representation of color #01513E: hue angle of 165.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01513E is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 81 62 -
CMYK 0.99 0 0.23 0.68
HSL 165.75º 0.98% 0.16% -
HSV(B) 165.75º 0.99% 0.32% -
XYZ 3.82 6.24 5.56 -
YUV 54.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 1 81 62 0.99 0 0.23 0.68 165.75 0.98 0.16
Hex 1 51 3E 63 0 17 44 A6 62 10
Octal 1 121 76 143 0 27 104 246 142 20
Binary 1 1010001 111110 1100011 0 10111 1000100 10100110 1100010 10000

Color Harmonies of #01513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01513E

Black with #01513E

Text Example


Text Example

White with #01513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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