Html Css Color HEX #0E5674 Orient

📋 copy color: '#0E5674'

red 14 ◦ green 86 ◦ blue 116

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

Shades of Orient #0E5674

Tints of Orient #0E5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.81%

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 6.48%
G = 39.81%
B = 53.7%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E5674 (or 0x0E5674) is known color: Orient. HEX triplet: 0E, 56 and 74. RGB value is (14,86,116). Sum of RGB (Red+Green+Blue) = 14+86+116=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E5674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5674 is #F1A98B. Grayscale: #434343. Windows color (decimal): -15837580 or 7624206. OLE color: 7624206.

HSL color Cylindrical-coordinate representation of color #0E5674: hue angle of 197.65º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5674 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 86 116 -
CMYK 0.88 0.26 0 0.55
HSL 197.65º 0.78% 0.25% -
HSV(B) 197.65º 0.88% 0.45% -
XYZ 6.66 8.01 17.72 -
YUV 67.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 14 86 116 0.88 0.26 0 0.55 197.65 0.78 0.25
Hex E 56 74 58 1A 0 37 C6 4E 19
Octal 16 126 164 130 32 0 67 306 116 31
Binary 1110 1010110 1110100 1011000 11010 0 110111 11000110 1001110 11001

Color Harmonies of #0E5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5674

Black with #0E5674

Text Example


Text Example

White with #0E5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,86,116); }

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

background-color css

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

 a { background-color: rgb(14,86,116); }

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

border-color css

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

 span { border-color: rgb(14,86,116); }

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