Html Css Color HEX #0E5A79 Orient

📋 copy color: '#0E5A79'

red 14 ◦ green 90 ◦ blue 121

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

Shades of Orient #0E5A79

Tints of Orient #0E5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40%

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 6.22%
G = 40%
B = 53.78%

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

#0E5A79 (or 0x0E5A79) is known color: Orient. HEX triplet: 0E, 5A and 79. RGB value is (14,90,121). Sum of RGB (Red+Green+Blue) = 14+90+121=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E5A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5A79 is #F1A586. Grayscale: #464646. Windows color (decimal): -15836551 or 7952910. OLE color: 7952910.

HSL color Cylindrical-coordinate representation of color #0E5A79: hue angle of 197.38º 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 #0E5A79 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 90 121 -
CMYK 0.88 0.26 0 0.53
HSL 197.38º 0.79% 0.26% -
HSV(B) 197.38º 0.88% 0.47% -
XYZ 7.29 8.79 19.4 -
YUV 70.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 14 90 121 0.88 0.26 0 0.53 197.38 0.79 0.26
Hex E 5A 79 58 1A 0 35 C5 4F 1A
Octal 16 132 171 130 32 0 65 305 117 32
Binary 1110 1011010 1111001 1011000 11010 0 110101 11000101 1001111 11010

Color Harmonies of #0E5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5A79

Black with #0E5A79

Text Example


Text Example

White with #0E5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,90,121); }

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

background-color css

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

 a { background-color: rgb(14,90,121); }

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

border-color css

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

 span { border-color: rgb(14,90,121); }

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