Html Css Color HEX #0E5D7C Allports

📋 copy color: '#0E5D7C'

red 14 ◦ green 93 ◦ blue 124

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

Shades of Allports #0E5D7C

Tints of Allports #0E5D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.26%

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 6.06%
G = 40.26%
B = 53.68%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E5D7C (or 0x0E5D7C) is known color: Allports. HEX triplet: 0E, 5D and 7C. RGB value is (14,93,124). Sum of RGB (Red+Green+Blue) = 14+93+124=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E5D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5D7C is #F1A283. Grayscale: #484848. Windows color (decimal): -15835780 or 8150286. OLE color: 8150286.

HSL color Cylindrical-coordinate representation of color #0E5D7C: hue angle of 196.91º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5D7C is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 93 124 -
CMYK 0.89 0.25 0 0.51
HSL 196.91º 0.8% 0.27% -
HSV(B) 196.91º 0.89% 0.49% -
XYZ 7.73 9.38 20.47 -
YUV 72.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 14 93 124 0.89 0.25 0 0.51 196.91 0.8 0.27
Hex E 5D 7C 59 19 0 33 C5 50 1B
Octal 16 135 174 131 31 0 63 305 120 33
Binary 1110 1011101 1111100 1011001 11001 0 110011 11000101 1010000 11011

Color Harmonies of #0E5D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5D7C

Black with #0E5D7C

Text Example


Text Example

White with #0E5D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,93,124); }

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

background-color css

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

 a { background-color: rgb(14,93,124); }

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

border-color css

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

 span { border-color: rgb(14,93,124); }

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