#064139

Color #064139 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #064139

Tints of Cyprus #064139

Color information

#064139 (or 0x064139) is unknown color: approx Cyprus. HEX triplet: 06, 41 and 39. RGB value is (6,65,57). Sum of RGB (Red+Green+Blue) = 6+65+57=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #064139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064139 is #F9BEC6. Grayscale: #2E2E2E. Windows color (decimal): -16367303 or 3752198. OLE color: 3752198.

HSL color Cylindrical-coordinate representation of color #064139: hue angle of 171.86º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064139 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB66557-
CMYK0.9100.120.75
HSL171.86º83.1%13.92%-
HSV(B)171.86º90.77%25.49%-
XYZ2.74.114.52-
YUV46.45133.9599.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=4.69%
G=50.78%
B=44.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665570.9100.120.75171.8683.113.92
Hex641395B0C4Bac53e
Octal61017113301411325412316
Binary110100000111100110110110110010010111010110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064139; }

 p { color: rgb(6,65,57); }

 H1.HeaderClassName
 {
   color: #064139;
 }
 .AnyTagClassName
 {
   color: #064139;
 }
</style>
background-color css

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

 a { background-color: rgb(6,65,57); }

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

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

 span { border-color: rgb(6,65,57); }

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