Html Css Color HEX #0E5E84 Allports

📋 copy color: '#0E5E84'

red 14 ◦ green 94 ◦ blue 132

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

Shades of Allports #0E5E84

Tints of Allports #0E5E84

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.17%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 5.83%
G = 39.17%
B = 55%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0E5E84 (or 0x0E5E84) is known color: Allports. HEX triplet: 0E, 5E and 84. RGB value is (14,94,132). Sum of RGB (Red+Green+Blue) = 14+94+132=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E5E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5E84 is #F1A17B. Grayscale: #4A4A4A. Windows color (decimal): -15835516 or 8674830. OLE color: 8674830.

HSL color Cylindrical-coordinate representation of color #0E5E84: hue angle of 199.32º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5E84 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 94 132 -
CMYK 0.89 0.29 0 0.48
HSL 199.32º 0.81% 0.29% -
HSV(B) 199.32º 0.89% 0.52% -
XYZ 8.35 9.76 23.27 -
YUV 74.41 160.5 84.91 -
System Red Green Blue C M Y K H S L
Decimal 14 94 132 0.89 0.29 0 0.48 199.32 0.81 0.29
Hex E 5E 84 59 1D 0 30 C7 51 1D
Octal 16 136 204 131 35 0 60 307 121 35
Binary 1110 1011110 10000100 1011001 11101 0 110000 11000111 1010001 11101

Color Harmonies of #0E5E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5E84

Black with #0E5E84

Text Example


Text Example

White with #0E5E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,94,132); }

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

background-color css

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

 a { background-color: rgb(14,94,132); }

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

border-color css

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

 span { border-color: rgb(14,94,132); }

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