Html Css Color HEX #065144 Cyprus

📋 copy color: '#065144'

red 6 ◦ green 81 ◦ blue 68

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

Shades of Cyprus #065144

Tints of Cyprus #065144

RGB

 RED value IS 6 (2.73% from 255) = 3.87%

 GREEN value IS 81 (32.03% from 255) = 52.26%

 BLUE value IS 68 (26.95% from 255) = 43.87%

R = 3.87%
G = 52.26%
B = 43.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#065144 (or 0x065144) is known color: Cyprus. HEX triplet: 06, 51 and 44. RGB value is (6,81,68). Sum of RGB (Red+Green+Blue) = 6+81+68=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #065144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065144 is #F9AEBB. Grayscale: #393939. Windows color (decimal): -16363196 or 4477190. OLE color: 4477190.

HSL color Cylindrical-coordinate representation of color #065144: hue angle of 169.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065144 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 81 68 -
CMYK 0.93 0 0.16 0.68
HSL 169.6º 0.86% 0.17% -
HSV(B) 169.6º 0.93% 0.32% -
XYZ 4.06 6.34 6.48 -
YUV 57.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 6 81 68 0.93 0 0.16 0.68 169.6 0.86 0.17
Hex 6 51 44 5D 0 10 44 AA 56 11
Octal 6 121 104 135 0 20 104 252 126 21
Binary 110 1010001 1000100 1011101 0 10000 1000100 10101010 1010110 10001

Color Harmonies of #065144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065144

Black with #065144

Text Example


Text Example

White with #065144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065144; }

 p { color: rgb(6,81,68); }

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

background-color css

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

 a { background-color: rgb(6,81,68); }

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

border-color css

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

 span { border-color: rgb(6,81,68); }

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