Html Css Color HEX #0E5978 Orient

📋 copy color: '#0E5978'

red 14 ◦ green 89 ◦ blue 120

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

Shades of Orient #0E5978

Tints of Orient #0E5978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 6.28%
G = 39.91%
B = 53.81%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E5978 (or 0x0E5978) is known color: Orient. HEX triplet: 0E, 59 and 78. RGB value is (14,89,120). Sum of RGB (Red+Green+Blue) = 14+89+120=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E5978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5978 is #F1A687. Grayscale: #454545. Windows color (decimal): -15836808 or 7887118. OLE color: 7887118.

HSL color Cylindrical-coordinate representation of color #0E5978: hue angle of 197.55º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5978 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 89 120 -
CMYK 0.88 0.26 0 0.53
HSL 197.55º 0.79% 0.26% -
HSV(B) 197.55º 0.88% 0.47% -
XYZ 7.14 8.59 19.05 -
YUV 70.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 14 89 120 0.88 0.26 0 0.53 197.55 0.79 0.26
Hex E 59 78 58 1A 0 35 C6 4F 1A
Octal 16 131 170 130 32 0 65 306 117 32
Binary 1110 1011001 1111000 1011000 11010 0 110101 11000110 1001111 11010

Color Harmonies of #0E5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5978

Black with #0E5978

Text Example


Text Example

White with #0E5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,89,120); }

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

background-color css

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

 a { background-color: rgb(14,89,120); }

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

border-color css

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

 span { border-color: rgb(14,89,120); }

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