#0C7E91

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

Shades of Eastern Blue #0C7E91

Tints of Eastern Blue #0C7E91

Color information

#0C7E91 (or 0x0C7E91) is unknown color: approx Eastern Blue. HEX triplet: 0C, 7E and 91. RGB value is (12,126,145). Sum of RGB (Red+Green+Blue) = 12+126+145=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C7E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7E91 is #F3816E. Grayscale: #5D5D5D. Windows color (decimal): -15958383 or 9534988. OLE color: 9534988.

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

Color convert

RGB12126145-
CMYK0.920.1300.43
HSL188.57º84.71%30.78%-
HSV(B)188.57º91.72%56.86%-
XYZ12.7217.0429.41-
YUV94.08156.7369.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.24%
GREEN value IS 126 (49.61% from 255) = 44.52%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=4.24%
G=44.52%
B=51.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121261450.920.1300.43188.5784.7130.78
HexC7E915CD02Bbd551f
Octal141762211341505327512537
Binary110011111101001000110111001101010101110111101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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