Html Css Color HEX #0E5877 Orient

📋 copy color: '#0E5877'

red 14 ◦ green 88 ◦ blue 119

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

Shades of Orient #0E5877

Tints of Orient #0E5877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 6.33%
G = 39.82%
B = 53.85%

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

#0E5877 (or 0x0E5877) is known color: Orient. HEX triplet: 0E, 58 and 77. RGB value is (14,88,119). Sum of RGB (Red+Green+Blue) = 14+88+119=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E5877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5877 is #F1A788. Grayscale: #454545. Windows color (decimal): -15837065 or 7821326. OLE color: 7821326.

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

Color convert

RGB 14 88 119 -
CMYK 0.88 0.26 0 0.53
HSL 197.71º 0.79% 0.26% -
HSV(B) 197.71º 0.88% 0.47% -
XYZ 7 8.4 18.71 -
YUV 69.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 14 88 119 0.88 0.26 0 0.53 197.71 0.79 0.26
Hex E 58 77 58 1A 0 35 C6 4F 1A
Octal 16 130 167 130 32 0 65 306 117 32
Binary 1110 1011000 1110111 1011000 11010 0 110101 11000110 1001111 11010

Color Harmonies of #0E5877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5877

Black with #0E5877

Text Example


Text Example

White with #0E5877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,88,119); }

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

background-color css

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

 a { background-color: rgb(14,88,119); }

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

border-color css

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

 span { border-color: rgb(14,88,119); }

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