Html Css Color HEX #014139 Cyprus

📋 copy color: '#014139'

red 1 ◦ green 65 ◦ blue 57

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

Shades of Cyprus #014139

Tints of Cyprus #014139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.85%

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

R = 0.81%
G = 52.85%
B = 46.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#014139 (or 0x014139) is known color: Cyprus. HEX triplet: 01, 41 and 39. RGB value is (1,65,57). Sum of RGB (Red+Green+Blue) = 1+65+57=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #014139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014139 is #FEBEC6. Grayscale: #2C2C2C. Windows color (decimal): -16694983 or 3752193. OLE color: 3752193.

HSL color Cylindrical-coordinate representation of color #014139: hue angle of 172.5º 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 #014139 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 57 -
CMYK 0.98 0 0.12 0.75
HSL 172.5º 0.97% 0.13% -
HSV(B) 172.5º 0.98% 0.25% -
XYZ 2.64 4.08 4.52 -
YUV 44.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 1 65 57 0.98 0 0.12 0.75 172.5 0.97 0.13
Hex 1 41 39 62 0 C 4B AC 61 D
Octal 1 101 71 142 0 14 113 254 141 15
Binary 1 1000001 111001 1100010 0 1100 1001011 10101100 1100001 1101

Color Harmonies of #014139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014139

Black with #014139

Text Example


Text Example

White with #014139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014139; }

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

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

background-color css

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

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

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

border-color css

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

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

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