Html Css Color HEX #014538 Cyprus

📋 copy color: '#014538'

red 1 ◦ green 69 ◦ blue 56

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

Shades of Cyprus #014538

Tints of Cyprus #014538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.76%

 BLUE value IS 56 (22.27% from 255) = 44.44%

R = 0.79%
G = 54.76%
B = 44.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#014538 (or 0x014538) is known color: Cyprus. HEX triplet: 01, 45 and 38. RGB value is (1,69,56). Sum of RGB (Red+Green+Blue) = 1+69+56=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #014538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014538 is #FEBAC7. Grayscale: #2F2F2F. Windows color (decimal): -16693960 or 3687681. OLE color: 3687681.

HSL color Cylindrical-coordinate representation of color #014538: hue angle of 168.53º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014538 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 56 -
CMYK 0.99 0 0.19 0.73
HSL 168.53º 0.97% 0.14% -
HSV(B) 168.53º 0.99% 0.27% -
XYZ 2.85 4.55 4.47 -
YUV 47.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 1 69 56 0.99 0 0.19 0.73 168.53 0.97 0.14
Hex 1 45 38 63 0 13 49 A9 61 E
Octal 1 105 70 143 0 23 111 251 141 16
Binary 1 1000101 111000 1100011 0 10011 1001001 10101001 1100001 1110

Color Harmonies of #014538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014538

Black with #014538

Text Example


Text Example

White with #014538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014538; }

 p { color: rgb(1,69,56); }

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

background-color css

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

 a { background-color: rgb(1,69,56); }

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

border-color css

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

 span { border-color: rgb(1,69,56); }

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