Html Css Color HEX #015345 Cyprus

📋 copy color: '#015345'

red 1 ◦ green 83 ◦ blue 69

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

Shades of Cyprus #015345

Tints of Cyprus #015345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.25%

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

R = 0.65%
G = 54.25%
B = 45.1%

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

#015345 (or 0x015345) is known color: Cyprus. HEX triplet: 01, 53 and 45. RGB value is (1,83,69). Sum of RGB (Red+Green+Blue) = 1+83+69=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #015345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015345 is #FEACBA. Grayscale: #383838. Windows color (decimal): -16690363 or 4543233. OLE color: 4543233.

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

Color convert

RGB 1 83 69 -
CMYK 0.99 0 0.17 0.67
HSL 169.76º 0.98% 0.16% -
HSV(B) 169.76º 0.99% 0.33% -
XYZ 4.18 6.62 6.69 -
YUV 56.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 1 83 69 0.99 0 0.17 0.67 169.76 0.98 0.16
Hex 1 53 45 63 0 11 43 AA 62 10
Octal 1 123 105 143 0 21 103 252 142 20
Binary 1 1010011 1000101 1100011 0 10001 1000011 10101010 1100010 10000

Color Harmonies of #015345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015345

Black with #015345

Text Example


Text Example

White with #015345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015345; }

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

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

background-color css

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

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

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

border-color css

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

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

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