Html Css Color HEX #005044 Cyprus

📋 copy color: '#005044'

red 0 ◦ green 80 ◦ blue 68

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

Shades of Cyprus #005044

Tints of Cyprus #005044

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 54.05%
B = 45.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#005044 (or 0x005044) is known color: Cyprus. HEX triplet: 00, 50 and 44. RGB value is (0,80,68). Sum of RGB (Red+Green+Blue) = 0+80+68=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #005044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005044 is #FFAFBB. Grayscale: #363636. Windows color (decimal): -16756668 or 4476928. OLE color: 4476928.

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

Color convert

RGB 0 80 68 -
CMYK 1 0 0.15 0.69
HSL 171º 1% 0.16% -
HSV(B) 171º 1% 0.31% -
XYZ 3.91 6.15 6.45 -
YUV 54.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 0 80 68 1 0 0.15 0.69 171 1 0.16
Hex 0 50 44 64 0 F 45 AB 64 10
Octal 0 120 104 144 0 17 105 253 144 20
Binary 0 1010000 1000100 1100100 0 1111 1000101 10101011 1100100 10000

Color Harmonies of #005044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005044

Black with #005044

Text Example


Text Example

White with #005044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005044; }

 p { color: rgb(0,80,68); }

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

background-color css

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

 a { background-color: rgb(0,80,68); }

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

border-color css

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

 span { border-color: rgb(0,80,68); }

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