Html Css Color HEX #004039 Cyprus

📋 copy color: '#004039'

red 0 ◦ green 64 ◦ blue 57

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

Shades of Cyprus #004039

Tints of Cyprus #004039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.89%

 BLUE value IS 57 (22.66% from 255) = 47.11%

R = 0%
G = 52.89%
B = 47.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#004039 (or 0x004039) is known color: Cyprus. HEX triplet: 00, 40 and 39. RGB value is (0,64,57). Sum of RGB (Red+Green+Blue) = 0+64+57=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #004039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004039 is #FFBFC6. Grayscale: #2C2C2C. Windows color (decimal): -16760775 or 3751936. OLE color: 3751936.

HSL color Cylindrical-coordinate representation of color #004039: hue angle of 173.44º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004039 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 64 57 -
CMYK 1 0 0.11 0.75
HSL 173.44º 1% 0.13% -
HSV(B) 173.44º 1% 0.25% -
XYZ 2.57 3.96 4.5 -
YUV 44.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 0 64 57 1 0 0.11 0.75 173.44 1 0.13
Hex 0 40 39 64 0 B 4B AD 64 D
Octal 0 100 71 144 0 13 113 255 144 15
Binary 0 1000000 111001 1100100 0 1011 1001011 10101101 1100100 1101

Color Harmonies of #004039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004039

Black with #004039

Text Example


Text Example

White with #004039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004039; }

 p { color: rgb(0,64,57); }

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

background-color css

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

 a { background-color: rgb(0,64,57); }

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

border-color css

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

 span { border-color: rgb(0,64,57); }

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