Html Css Color HEX #015445 Cyprus

📋 copy color: '#015445'

red 1 ◦ green 84 ◦ blue 69

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

Shades of Cyprus #015445

Tints of Cyprus #015445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 44.81%

R = 0.65%
G = 54.55%
B = 44.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#015445 (or 0x015445) is known color: Cyprus. HEX triplet: 01, 54 and 45. RGB value is (1,84,69). Sum of RGB (Red+Green+Blue) = 1+84+69=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #015445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015445 is #FEABBA. Grayscale: #393939. Windows color (decimal): -16690107 or 4543489. OLE color: 4543489.

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

Color convert

RGB 1 84 69 -
CMYK 0.99 0 0.18 0.67
HSL 169.16º 0.98% 0.17% -
HSV(B) 169.16º 0.99% 0.33% -
XYZ 4.26 6.78 6.71 -
YUV 57.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 1 84 69 0.99 0 0.18 0.67 169.16 0.98 0.17
Hex 1 54 45 63 0 12 43 A9 62 11
Octal 1 124 105 143 0 22 103 251 142 21
Binary 1 1010100 1000101 1100011 0 10010 1000011 10101001 1100010 10001

Color Harmonies of #015445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015445

Black with #015445

Text Example


Text Example

White with #015445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015445; }

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

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

background-color css

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

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

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

border-color css

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

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

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