#0C7E94

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

Shades of Eastern Blue #0C7E94

Tints of Eastern Blue #0C7E94

Color information

#0C7E94 (or 0x0C7E94) is unknown color: approx Eastern Blue. HEX triplet: 0C, 7E and 94. RGB value is (12,126,148). Sum of RGB (Red+Green+Blue) = 12+126+148=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C7E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7E94 is #F3816B. Grayscale: #5E5E5E. Windows color (decimal): -15958380 or 9731596. OLE color: 9731596.

HSL color Cylindrical-coordinate representation of color #0C7E94: hue angle of 189.71º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7E94 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12126148-
CMYK0.920.1500.42
HSL189.71º85%31.37%-
HSV(B)189.71º91.89%58.04%-
XYZ12.9617.1430.64-
YUV94.42158.2369.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.20%
GREEN value IS 126 (49.61% from 255) = 44.06%
BLUE value IS 148 (58.20% from 255) = 51.75%
R=4.20%
G=44.06%
B=51.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121261480.920.1500.42189.718531.37
HexC7E945CF02Abe551f
Octal141762241341705227612537
Binary110011111101001010010111001111010101010111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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