#0C7994

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

Shades of Eastern Blue #0C7994

Tints of Eastern Blue #0C7994

Color information

#0C7994 (or 0x0C7994) is unknown color: approx Eastern Blue. HEX triplet: 0C, 79 and 94. RGB value is (12,121,148). Sum of RGB (Red+Green+Blue) = 12+121+148=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C7994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7994 is #F3866B. Grayscale: #5B5B5B. Windows color (decimal): -15959660 or 9730316. OLE color: 9730316.

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

Color convert

RGB12121148-
CMYK0.920.1800.42
HSL191.91º85%31.37%-
HSV(B)191.91º91.89%58.04%-
XYZ12.3315.8930.43-
YUV91.49159.8971.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.27%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=4.27%
G=43.06%
B=52.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121211480.920.1800.42191.918531.37
HexC79945C1202Ac0551f
Octal141712241342205230012537
Binary1100111100110010100101110010010010101011000000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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