#0E5E7B

Color #0E5E7B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0E5E7B

Tints of Allports #0E5E7B

Color information

#0E5E7B (or 0x0E5E7B) is unknown color: approx Allports. HEX triplet: 0E, 5E and 7B. RGB value is (14,94,123). Sum of RGB (Red+Green+Blue) = 14+94+123=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E5E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5E7B is #F1A184. Grayscale: #494949. Windows color (decimal): -15835525 or 8085006. OLE color: 8085006.

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

Color convert

RGB1494123-
CMYK0.890.2400.52
HSL195.96º79.56%26.86%-
HSV(B)195.96º88.62%48.24%-
XYZ7.769.5320.17-
YUV73.3915685.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=6.06%
G=40.69%
B=53.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14941230.890.2400.52195.9679.5626.86
HexE5E7B5918034c4501b
Octal161361731313006430412033
Binary111010111101111011101100111000011010011000100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E5E7B;
 }
 .AnyTagClassName
 {
   color: #0E5E7B;
 }
</style>
background-color css

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

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

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

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

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

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