#0C7E93

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

Shades of Eastern Blue #0C7E93

Tints of Eastern Blue #0C7E93

Color information

#0C7E93 (or 0x0C7E93) is unknown color: approx Eastern Blue. HEX triplet: 0C, 7E and 93. RGB value is (12,126,147). Sum of RGB (Red+Green+Blue) = 12+126+147=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C7E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7E93 is #F3816C. Grayscale: #5E5E5E. Windows color (decimal): -15958381 or 9666060. OLE color: 9666060.

HSL color Cylindrical-coordinate representation of color #0C7E93: hue angle of 189.33º 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 #0C7E93 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12126147-
CMYK0.920.1400.42
HSL189.33º84.91%31.18%-
HSV(B)189.33º91.84%57.65%-
XYZ12.8817.1130.23-
YUV94.31157.7369.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.21%
GREEN value IS 126 (49.61% from 255) = 44.21%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=4.21%
G=44.21%
B=51.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121261470.920.1400.42189.3384.9131.18
HexC7E935CE02Abd551f
Octal141762231341605227512537
Binary110011111101001001110111001110010101010111101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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