Html Css Color HEX #0E7C92 Eastern Blue

📋 copy color: '#0E7C92'

red 14 ◦ green 124 ◦ blue 146

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

Shades of Eastern Blue #0E7C92

Tints of Eastern Blue #0E7C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.66%

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 4.93%
G = 43.66%
B = 51.41%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E7C92 (or 0x0E7C92) is known color: Eastern Blue. HEX triplet: 0E, 7C and 92. RGB value is (14,124,146). Sum of RGB (Red+Green+Blue) = 14+124+146=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E7C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7C92 is #F1836D. Grayscale: #5D5D5D. Windows color (decimal): -15827822 or 9600014. OLE color: 9600014.

HSL color Cylindrical-coordinate representation of color #0E7C92: hue angle of 190º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7C92 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 124 146 -
CMYK 0.90 0.15 0 0.43
HSL 190º 0.83% 0.31% -
HSV(B) 190º 0.9% 0.57% -
XYZ 12.58 16.58 29.73 -
YUV 93.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 14 124 146 0.90 0.15 0 0.43 190 0.83 0.31
Hex E 7C 92 5A F 0 2B BE 52 1F
Octal 16 174 222 132 17 0 53 276 122 37
Binary 1110 1111100 10010010 1011010 1111 0 101011 10111110 1010010 11111

Color Harmonies of #0E7C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7C92

Black with #0E7C92

Text Example


Text Example

White with #0E7C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,124,146); }

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

background-color css

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

 a { background-color: rgb(14,124,146); }

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

border-color css

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

 span { border-color: rgb(14,124,146); }

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