Html Css Color HEX #015144 Cyprus

📋 copy color: '#015144'

red 1 ◦ green 81 ◦ blue 68

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

Shades of Cyprus #015144

Tints of Cyprus #015144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 45.33%

R = 0.67%
G = 54%
B = 45.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#015144 (or 0x015144) is known color: Cyprus. HEX triplet: 01, 51 and 44. RGB value is (1,81,68). Sum of RGB (Red+Green+Blue) = 1+81+68=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #015144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015144 is #FEAEBB. Grayscale: #373737. Windows color (decimal): -16690876 or 4477185. OLE color: 4477185.

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

Color convert

RGB 1 81 68 -
CMYK 0.99 0 0.16 0.68
HSL 170.25º 0.98% 0.16% -
HSV(B) 170.25º 0.99% 0.32% -
XYZ 4 6.31 6.48 -
YUV 55.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 1 81 68 0.99 0 0.16 0.68 170.25 0.98 0.16
Hex 1 51 44 63 0 10 44 AA 62 10
Octal 1 121 104 143 0 20 104 252 142 20
Binary 1 1010001 1000100 1100011 0 10000 1000100 10101010 1100010 10000

Color Harmonies of #015144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015144

Black with #015144

Text Example


Text Example

White with #015144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015144; }

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

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

background-color css

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

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

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

border-color css

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

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

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