Html Css Color HEX #0E7384 Allports

📋 copy color: '#0E7384'

red 14 ◦ green 115 ◦ blue 132

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

Shades of Allports #0E7384

Tints of Allports #0E7384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

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

R = 5.36%
G = 44.06%
B = 50.57%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0E7384 (or 0x0E7384) is known color: Allports. HEX triplet: 0E, 73 and 84. RGB value is (14,115,132). Sum of RGB (Red+Green+Blue) = 14+115+132=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E7384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7384 is #F18C7B. Grayscale: #565656. Windows color (decimal): -15830140 or 8680206. OLE color: 8680206.

HSL color Cylindrical-coordinate representation of color #0E7384: hue angle of 188.64º 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 #0E7384 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 115 132 -
CMYK 0.89 0.13 0 0.48
HSL 188.64º 0.81% 0.29% -
HSV(B) 188.64º 0.89% 0.52% -
XYZ 10.48 14.02 23.98 -
YUV 86.74 153.54 76.12 -
System Red Green Blue C M Y K H S L
Decimal 14 115 132 0.89 0.13 0 0.48 188.64 0.81 0.29
Hex E 73 84 59 D 0 30 BD 51 1D
Octal 16 163 204 131 15 0 60 275 121 35
Binary 1110 1110011 10000100 1011001 1101 0 110000 10111101 1010001 11101

Color Harmonies of #0E7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7384

Black with #0E7384

Text Example


Text Example

White with #0E7384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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