Html Css Color HEX #014438 Cyprus

📋 copy color: '#014438'

red 1 ◦ green 68 ◦ blue 56

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

Shades of Cyprus #014438

Tints of Cyprus #014438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.4%

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

R = 0.8%
G = 54.4%
B = 44.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#014438 (or 0x014438) is known color: Cyprus. HEX triplet: 01, 44 and 38. RGB value is (1,68,56). Sum of RGB (Red+Green+Blue) = 1+68+56=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #014438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014438 is #FEBBC7. Grayscale: #2E2E2E. Windows color (decimal): -16694216 or 3687425. OLE color: 3687425.

HSL color Cylindrical-coordinate representation of color #014438: hue angle of 169.25º 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 #014438 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 56 -
CMYK 0.99 0 0.18 0.73
HSL 169.25º 0.97% 0.14% -
HSV(B) 169.25º 0.99% 0.27% -
XYZ 2.79 4.43 4.45 -
YUV 46.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 1 68 56 0.99 0 0.18 0.73 169.25 0.97 0.14
Hex 1 44 38 63 0 12 49 A9 61 E
Octal 1 104 70 143 0 22 111 251 141 16
Binary 1 1000100 111000 1100011 0 10010 1001001 10101001 1100001 1110

Color Harmonies of #014438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014438

Black with #014438

Text Example


Text Example

White with #014438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014438; }

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

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

background-color css

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

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

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

border-color css

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

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

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