Html Css Color HEX #015043 Cyprus

📋 copy color: '#015043'

red 1 ◦ green 80 ◦ blue 67

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

Shades of Cyprus #015043

Tints of Cyprus #015043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.05%

 BLUE value IS 67 (26.56% from 255) = 45.27%

R = 0.68%
G = 54.05%
B = 45.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#015043 (or 0x015043) is known color: Cyprus. HEX triplet: 01, 50 and 43. RGB value is (1,80,67). Sum of RGB (Red+Green+Blue) = 1+80+67=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #015043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015043 is #FEAFBC. Grayscale: #363636. Windows color (decimal): -16691133 or 4411393. OLE color: 4411393.

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

Color convert

RGB 1 80 67 -
CMYK 0.99 0 0.16 0.69
HSL 170.13º 0.98% 0.16% -
HSV(B) 170.13º 0.99% 0.31% -
XYZ 3.89 6.15 6.29 -
YUV 54.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 1 80 67 0.99 0 0.16 0.69 170.13 0.98 0.16
Hex 1 50 43 63 0 10 45 AA 62 10
Octal 1 120 103 143 0 20 105 252 142 20
Binary 1 1010000 1000011 1100011 0 10000 1000101 10101010 1100010 10000

Color Harmonies of #015043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015043

Black with #015043

Text Example


Text Example

White with #015043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015043; }

 p { color: rgb(1,80,67); }

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

background-color css

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

 a { background-color: rgb(1,80,67); }

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

border-color css

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

 span { border-color: rgb(1,80,67); }

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