Html Css Color HEX #014540 Cyprus

📋 copy color: '#014540'

red 1 ◦ green 69 ◦ blue 64

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

Shades of Cyprus #014540

Tints of Cyprus #014540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.49%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 0.75%
G = 51.49%
B = 47.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#014540 (or 0x014540) is known color: Cyprus. HEX triplet: 01, 45 and 40. RGB value is (1,69,64). Sum of RGB (Red+Green+Blue) = 1+69+64=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #014540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014540 is #FEBABF. Grayscale: #303030. Windows color (decimal): -16693952 or 4211969. OLE color: 4211969.

HSL color Cylindrical-coordinate representation of color #014540: hue angle of 175.59º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014540 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 64 -
CMYK 0.99 0 0.07 0.73
HSL 175.59º 0.97% 0.14% -
HSV(B) 175.59º 0.99% 0.27% -
XYZ 3.07 4.63 5.58 -
YUV 48.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 1 69 64 0.99 0 0.07 0.73 175.59 0.97 0.14
Hex 1 45 40 63 0 7 49 B0 61 E
Octal 1 105 100 143 0 7 111 260 141 16
Binary 1 1000101 1000000 1100011 0 111 1001001 10110000 1100001 1110

Color Harmonies of #014540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014540

Black with #014540

Text Example


Text Example

White with #014540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014540; }

 p { color: rgb(1,69,64); }

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

background-color css

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

 a { background-color: rgb(1,69,64); }

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

border-color css

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

 span { border-color: rgb(1,69,64); }

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