#0C7E98

Color #0C7E98 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0C7E98

Tints of Eastern Blue #0C7E98

Color information

#0C7E98 (or 0x0C7E98) is unknown color: approx Eastern Blue. HEX triplet: 0C, 7E and 98. RGB value is (12,126,152). Sum of RGB (Red+Green+Blue) = 12+126+152=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C7E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7E98 is #F38167. Grayscale: #5E5E5E. Windows color (decimal): -15958376 or 9993740. OLE color: 9993740.

HSL color Cylindrical-coordinate representation of color #0C7E98: hue angle of 191.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7E98 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12126152-
CMYK0.920.1700.40
HSL191.14º85.37%32.16%-
HSV(B)191.14º92.11%59.61%-
XYZ13.2817.2732.34-
YUV94.88160.2368.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 126 (49.61% from 255) = 43.45%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=4.14%
G=43.45%
B=52.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121261520.920.1700.40191.1485.3732.16
HexC7E985C11028bf5520
Octal141762301342105027712540
Binary11001111110100110001011100100010101000101111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,126,152); }

 H1.HeaderClassName
 {
   color: #0C7E98;
 }
 .AnyTagClassName
 {
   color: #0C7E98;
 }
</style>
background-color css

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

 a { background-color: rgb(12,126,152); }

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

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

 span { border-color: rgb(12,126,152); }

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