Html Css Color HEX #014039 Cyprus

📋 copy color: '#014039'

red 1 ◦ green 64 ◦ blue 57

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

Shades of Cyprus #014039

Tints of Cyprus #014039

RGB

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

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

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

R = 0.82%
G = 52.46%
B = 46.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#014039 (or 0x014039) is known color: Cyprus. HEX triplet: 01, 40 and 39. RGB value is (1,64,57). Sum of RGB (Red+Green+Blue) = 1+64+57=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #014039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014039 is #FEBFC6. Grayscale: #2C2C2C. Windows color (decimal): -16695239 or 3751937. OLE color: 3751937.

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

Color convert

RGB 1 64 57 -
CMYK 0.98 0 0.11 0.75
HSL 173.33º 0.97% 0.13% -
HSV(B) 173.33º 0.98% 0.25% -
XYZ 2.58 3.97 4.5 -
YUV 44.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 1 64 57 0.98 0 0.11 0.75 173.33 0.97 0.13
Hex 1 40 39 62 0 B 4B AD 61 D
Octal 1 100 71 142 0 13 113 255 141 15
Binary 1 1000000 111001 1100010 0 1011 1001011 10101101 1100001 1101

Color Harmonies of #014039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014039

Black with #014039

Text Example


Text Example

White with #014039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014039; }

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

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

background-color css

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

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

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

border-color css

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

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

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