#0C7A91

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

Shades of Eastern Blue #0C7A91

Tints of Eastern Blue #0C7A91

Color information

#0C7A91 (or 0x0C7A91) is unknown color: approx Eastern Blue. HEX triplet: 0C, 7A and 91. RGB value is (12,122,145). Sum of RGB (Red+Green+Blue) = 12+122+145=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C7A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7A91 is #F3856E. Grayscale: #5B5B5B. Windows color (decimal): -15959407 or 9533964. OLE color: 9533964.

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

Color convert

RGB12122145-
CMYK0.920.1600.43
HSL190.38º84.71%30.78%-
HSV(B)190.38º91.72%56.86%-
XYZ12.2216.0429.24-
YUV91.73158.0671.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.30%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=4.30%
G=43.73%
B=51.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121221450.920.1600.43190.3884.7130.78
HexC7A915C1002Bbe551f
Octal141722211342005327612537
Binary1100111101010010001101110010000010101110111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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