Html Css Color HEX #014239 Cyprus

📋 copy color: '#014239'

red 1 ◦ green 66 ◦ blue 57

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

Shades of Cyprus #014239

Tints of Cyprus #014239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.23%

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

R = 0.81%
G = 53.23%
B = 45.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#014239 (or 0x014239) is known color: Cyprus. HEX triplet: 01, 42 and 39. RGB value is (1,66,57). Sum of RGB (Red+Green+Blue) = 1+66+57=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #014239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014239 is #FEBDC6. Grayscale: #2D2D2D. Windows color (decimal): -16694727 or 3752449. OLE color: 3752449.

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

Color convert

RGB 1 66 57 -
CMYK 0.98 0 0.14 0.74
HSL 171.69º 0.97% 0.13% -
HSV(B) 171.69º 0.98% 0.26% -
XYZ 2.7 4.2 4.54 -
YUV 45.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 1 66 57 0.98 0 0.14 0.74 171.69 0.97 0.13
Hex 1 42 39 62 0 E 4A AC 61 D
Octal 1 102 71 142 0 16 112 254 141 15
Binary 1 1000010 111001 1100010 0 1110 1001010 10101100 1100001 1101

Color Harmonies of #014239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014239

Black with #014239

Text Example


Text Example

White with #014239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014239; }

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

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

background-color css

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

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

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

border-color css

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

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

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