Html Css Color HEX #0E5675 Orient

📋 copy color: '#0E5675'

red 14 ◦ green 86 ◦ blue 117

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

Shades of Orient #0E5675

Tints of Orient #0E5675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 6.45%
G = 39.63%
B = 53.92%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E5675 (or 0x0E5675) is known color: Orient. HEX triplet: 0E, 56 and 75. RGB value is (14,86,117). Sum of RGB (Red+Green+Blue) = 14+86+117=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E5675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5675 is #F1A98A. Grayscale: #434343. Windows color (decimal): -15837579 or 7689742. OLE color: 7689742.

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

Color convert

RGB 14 86 117 -
CMYK 0.88 0.26 0 0.54
HSL 198.06º 0.79% 0.26% -
HSV(B) 198.06º 0.88% 0.46% -
XYZ 6.72 8.03 18.03 -
YUV 68.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 14 86 117 0.88 0.26 0 0.54 198.06 0.79 0.26
Hex E 56 75 58 1A 0 36 C6 4F 1A
Octal 16 126 165 130 32 0 66 306 117 32
Binary 1110 1010110 1110101 1011000 11010 0 110110 11000110 1001111 11010

Color Harmonies of #0E5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5675

Black with #0E5675

Text Example


Text Example

White with #0E5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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