Html Css Color HEX #0E514F Cyprus

📋 copy color: '#0E514F'

red 14 ◦ green 81 ◦ blue 79

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

Shades of Cyprus #0E514F

Tints of Cyprus #0E514F

RGB

 RED value IS 14 (5.86% from 255) = 8.05%

 GREEN value IS 81 (32.03% from 255) = 46.55%

 BLUE value IS 79 (31.25% from 255) = 45.4%

R = 8.05%
G = 46.55%
B = 45.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#0E514F (or 0x0E514F) is known color: Cyprus. HEX triplet: 0E, 51 and 4F. RGB value is (14,81,79). Sum of RGB (Red+Green+Blue) = 14+81+79=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #0E514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E514F is #F1AEB0. Grayscale: #3C3C3C. Windows color (decimal): -15838897 or 5198094. OLE color: 5198094.

HSL color Cylindrical-coordinate representation of color #0E514F: hue angle of 178.21º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E514F is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 14 81 79 -
CMYK 0.83 0 0.02 0.68
HSL 178.21º 0.71% 0.19% -
HSV(B) 178.21º 0.83% 0.32% -
XYZ 4.53 6.54 8.42 -
YUV 60.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 14 81 79 0.83 0 0.02 0.68 178.21 0.71 0.19
Hex E 51 4F 53 0 2 44 B2 47 13
Octal 16 121 117 123 0 2 104 262 107 23
Binary 1110 1010001 1001111 1010011 0 10 1000100 10110010 1000111 10011

Color Harmonies of #0E514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E514F

Black with #0E514F

Text Example


Text Example

White with #0E514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E514F; }

 p { color: rgb(14,81,79); }

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

background-color css

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

 a { background-color: rgb(14,81,79); }

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

border-color css

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

 span { border-color: rgb(14,81,79); }

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