Html Css Color HEX #015246 Cyprus

📋 copy color: '#015246'

red 1 ◦ green 82 ◦ blue 70

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

Shades of Cyprus #015246

Tints of Cyprus #015246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.59%

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

R = 0.65%
G = 53.59%
B = 45.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#015246 (or 0x015246) is known color: Cyprus. HEX triplet: 01, 52 and 46. RGB value is (1,82,70). Sum of RGB (Red+Green+Blue) = 1+82+70=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #015246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015246 is #FEADB9. Grayscale: #383838. Windows color (decimal): -16690618 or 4608513. OLE color: 4608513.

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

Color convert

RGB 1 82 70 -
CMYK 0.99 0 0.15 0.68
HSL 171.11º 0.98% 0.16% -
HSV(B) 171.11º 0.99% 0.32% -
XYZ 4.14 6.48 6.83 -
YUV 56.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 1 82 70 0.99 0 0.15 0.68 171.11 0.98 0.16
Hex 1 52 46 63 0 F 44 AB 62 10
Octal 1 122 106 143 0 17 104 253 142 20
Binary 1 1010010 1000110 1100011 0 1111 1000100 10101011 1100010 10000

Color Harmonies of #015246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015246

Black with #015246

Text Example


Text Example

White with #015246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015246; }

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

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

background-color css

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

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

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

border-color css

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

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

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