Html Css Color HEX #015446 Cyprus

📋 copy color: '#015446'

red 1 ◦ green 84 ◦ blue 70

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

Shades of Cyprus #015446

Tints of Cyprus #015446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.19%

 BLUE value IS 70 (27.73% from 255) = 45.16%

R = 0.65%
G = 54.19%
B = 45.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#015446 (or 0x015446) is known color: Cyprus. HEX triplet: 01, 54 and 46. RGB value is (1,84,70). Sum of RGB (Red+Green+Blue) = 1+84+70=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #015446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015446 is #FEABB9. Grayscale: #393939. Windows color (decimal): -16690106 or 4609025. OLE color: 4609025.

HSL color Cylindrical-coordinate representation of color #015446: hue angle of 169.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015446 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 70 -
CMYK 0.99 0 0.17 0.67
HSL 169.88º 0.98% 0.17% -
HSV(B) 169.88º 0.99% 0.33% -
XYZ 4.29 6.79 6.88 -
YUV 57.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 1 84 70 0.99 0 0.17 0.67 169.88 0.98 0.17
Hex 1 54 46 63 0 11 43 AA 62 11
Octal 1 124 106 143 0 21 103 252 142 21
Binary 1 1010100 1000110 1100011 0 10001 1000011 10101010 1100010 10001

Color Harmonies of #015446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015446

Black with #015446

Text Example


Text Example

White with #015446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015446; }

 p { color: rgb(1,84,70); }

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

background-color css

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

 a { background-color: rgb(1,84,70); }

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

border-color css

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

 span { border-color: rgb(1,84,70); }

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